Uses of Class
com.ibm.di.connector.tam.TAMConnectorException

Packages that use TAMConnectorException
com.ibm.di.connector.tam   
 

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)
          Using the provided entry and based on the configured Entry Type, attempts to delete the specified object in TAM.
 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(Object arg0)
          This method is called once to initialize all the required internal members.
 void TAMConnector.modEntry(Entry changes, SearchCriteria searchcriteria, Entry old)
          Using the provided entry and based on the configured Entry Type, attempts to modify the specified object 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 TDI 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.
 Object TAMConnector.querySchema(Object obj)
          Based on the configured Entry Type returns a list of TDI entries that define the schema for attribute mapping.
 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(SearchCriteria searchcriteria, com.tivoli.pd.jutil.PDContext context, String adminLogin, String adminPassword, Log log)
          Domain Constructor
Group(SearchCriteria searchcriteria, com.tivoli.pd.jutil.PDContext context, Log log)
          Constructor for Group.
Group(String s, com.tivoli.pd.jutil.PDContext context, Log log)
          Constructor for Group.
Policy(SearchCriteria searchcriteria, com.tivoli.pd.jutil.PDContext context, Log log)
          Policy Constructor
SSOCredentials(SearchCriteria searchcriteria, com.tivoli.pd.jutil.PDContext context, Log log)
          SSOCredentials Constructor
SSOResource(SearchCriteria searchcriteria, com.tivoli.pd.jutil.PDContext context, Log log)
          The SSO Resource Constructor
SSOResourceGroup(SearchCriteria searchcriteria, com.tivoli.pd.jutil.PDContext context, Log log)
          SSOResourceGroup Constructor
User(SearchCriteria searchcriteria, com.tivoli.pd.jutil.PDContext context, Log log)
          Constructor used to instantiate a User from the search criteria.