|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TAMConnectorException | |
---|---|
com.ibm.di.connector.tam | Provides classes for the TAM connector. |
Uses of TAMConnectorException in com.ibm.di.connector.tam |
---|
Methods in com.ibm.di.connector.tam that throw TAMConnectorException | |
---|---|
void |
SSOResourceGroup.delete()
Deletes an SSO Resource Group from TAM |
void |
SSOResource.delete()
Deletes a resource |
void |
SSOCredentials.delete()
Delete a Resource/ResourceGroup for a User from the SSO Credentials. |
void |
Policy.delete()
Deletes a Policy from TAM |
void |
User.delete(boolean deleteReg)
Delete user entry. |
void |
Group.delete(boolean deleteReg)
Delete a Group |
void |
Domain.delete(boolean deleteReg)
Deletes a TAM Domain |
void |
TAMConnector.deleteEntry(Entry entry,
SearchCriteria searchcriteria)
The old Entry is now redundant so shoehorn the original deleteEntry into the new code which just uses searchcriteria with no loss of functionality. |
void |
TAMConnector.deleteEntry(SearchCriteria searchcriteria)
Deletes the entry determined by the SearchCriteria if it exists |
Entry |
TAMConnector.findEntry(SearchCriteria searchcriteria)
Using the provided search criteria and based on the configured Entry Type, attempts to find the object in TAM. |
Entry |
TAMConnector.getNextEntry()
Using the list of the configured Entry Type, returns the next available entry on the list. |
void |
TAMConnector.initialize(java.lang.Object arg0)
This method is called once to initialize all the required internal members. |
void |
TAMConnector.modEntry(Entry changes,
SearchCriteria searchcriteria)
Using the provided changes and based on the configured Entry Type, attempts to modify the specified object in TAM. |
void |
TAMConnector.modEntry(Entry changes,
SearchCriteria searchcriteria,
Entry old)
The old Entry is now redundant so shoehorn the original modEntry into the new code which just uses searchcriteria with no loss of functionality. |
void |
Policy.modify_postset()
Modifies a Policy in TAM |
void |
SSOResourceGroup.modify()
Modify an SSO Resource Group in TAM |
void |
SSOCredentials.modify()
Modify the Password for the User's SSO Credentials |
void |
Policy.modify()
Modifies a Policy in TAM |
void |
Domain.modify()
Modifies a TAM Domain Description |
void |
User.modify(Entry changes)
Modify a user entry. |
void |
Group.modify(Entry changes)
Modify a Group |
void |
SSOResourceGroup.put()
Add an SSO Resource Group in TAM |
void |
SSOResource.put()
Adds a Resource |
void |
SSOCredentials.put()
Create a TAM SSO credential for a user. |
void |
Policy.put()
Creates a Policy in TAM |
void |
Domain.put()
Creates a Domain in TAM |
void |
User.put(boolean importReg)
Creates a user in TAM from the IBM Tivoli Directory Integrator input details |
void |
Group.put(boolean importReg)
Add a Group |
void |
TAMConnector.putEntry(Entry entry)
Using the provided entry and based on the configured Entry Type, attempts to create the specified object in TAM. |
java.lang.Object |
TAMConnector.querySchema(java.lang.Object obj)
Based on the configured Entry Type returns a list of TDI entries that define the schema for attribute mapping. |
java.util.Vector |
TAMConnector.queryTAMDomains()
Used to query TAM for the set of configured Domains. |
void |
TAMConnector.selectEntries()
Prepares a list of the required Entry Type to iterate over. |
Constructors in com.ibm.di.connector.tam that throw TAMConnectorException | |
---|---|
Domain(com.tivoli.pd.jutil.PDContext context,
SearchCriteria searchcriteria,
Log log)
Domain Constructor. |
|
Domain(SearchCriteria searchcriteria,
com.tivoli.pd.jutil.PDContext context,
java.lang.String adminLogin,
java.lang.String adminPassword,
Log log)
Domain Constructor |
|
Group(com.tivoli.pd.jutil.PDContext context,
SearchCriteria searchcriteria,
Log log)
Constructor for Group. |
|
Group(SearchCriteria searchcriteria,
com.tivoli.pd.jutil.PDContext context,
Log log)
Constructor for Group. |
|
Group(java.lang.String s,
com.tivoli.pd.jutil.PDContext context,
Log log)
Constructor for Group. |
|
Policy(com.tivoli.pd.jutil.PDContext context,
SearchCriteria searchcriteria,
Log log)
Policy Constructor. |
|
Policy(SearchCriteria searchcriteria,
com.tivoli.pd.jutil.PDContext context,
Log log)
Policy Constructor |
|
SSOCredentials(com.tivoli.pd.jutil.PDContext context,
SearchCriteria searchcriteria,
Log log)
SSOCredentials Constructor. |
|
SSOCredentials(SearchCriteria searchcriteria,
com.tivoli.pd.jutil.PDContext context,
Log log)
SSOCredentials Constructor |
|
SSOResource(com.tivoli.pd.jutil.PDContext context,
SearchCriteria searchcriteria,
Log log)
The SSO Resource Constructor |
|
SSOResource(SearchCriteria searchcriteria,
com.tivoli.pd.jutil.PDContext context,
Log log)
The SSO Resource Constructor |
|
SSOResourceGroup(com.tivoli.pd.jutil.PDContext context,
SearchCriteria searchcriteria,
Log log)
SSOResourceGroup Constructor |
|
SSOResourceGroup(SearchCriteria searchcriteria,
com.tivoli.pd.jutil.PDContext context,
Log log)
SSOResourceGroup Constructor |
|
User(com.tivoli.pd.jutil.PDContext context,
SearchCriteria searchcriteria,
Log log)
Constructor used to instantiate a User from the search criteria. |
|
User(SearchCriteria searchcriteria,
com.tivoli.pd.jutil.PDContext context,
Log log)
Constructor used to instantiate a User from the search criteria. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |