void |
Domain.delete(boolean deleteReg) |
Deletes a TAM Domain
|
void |
Group.delete(boolean deleteReg) |
Delete a Group
|
void |
Policy.delete() |
Deletes a Policy from TAM
|
void |
SSOCredentials.delete() |
Delete a Resource/ResourceGroup for a User from the SSO Credentials.
|
void |
SSOResource.delete() |
Deletes a resource
|
void |
SSOResourceGroup.delete() |
Deletes an SSO Resource Group from TAM
|
void |
User.delete(boolean deleteReg) |
Delete user entry.
|
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 |
Domain.modify() |
Modifies a TAM Domain Description
|
void |
Group.modify(Entry changes) |
Modify a Group
|
void |
Policy.modify() |
Modifies a Policy in TAM
|
void |
SSOCredentials.modify() |
Modify the Password for the User's SSO Credentials
|
void |
SSOResourceGroup.modify() |
Modify an SSO Resource Group in TAM
|
void |
User.modify(Entry changes) |
Modify a user entry.
|
void |
Policy.modify_postset() |
Modifies a Policy in TAM
|
void |
Domain.put() |
Creates a Domain in TAM
|
void |
Group.put(boolean importReg) |
Add a Group
|
void |
Policy.put() |
Creates a Policy in TAM
|
void |
SSOCredentials.put() |
Create a TAM SSO credential for a user.
|
void |
SSOResource.put() |
Adds a Resource
|
void |
SSOResourceGroup.put() |
Add an SSO Resource Group in TAM
|
void |
User.put(boolean importReg) |
Creates a user in TAM from the IBM Tivoli Directory Integrator input
details
|
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.
|