Uses of Class
org.csapi.jr.se.pam.PamAttributeExistsException

Packages that use PamAttributeExistsException
org.csapi.jr.se.pam.provisioning Contains the PAM Provisioning interface classes. 
 

Uses of PamAttributeExistsException in org.csapi.jr.se.pam.provisioning
 

Methods in org.csapi.jr.se.pam.provisioning that throw PamAttributeExistsException
 void PAMIdentityTypeManagement.createIdentityAttribute(org.csapi.jr.se.pam.PAMAttributeDef pAttribute, byte[] authToken)
          Invokes the createIdentityAttribute() method on the Parlay Gateway.
 void PAMIdentityTypeManagement.addIdentityTypeAttributes(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the addIdentityTypeAttributes() method on the Parlay Gateway.
 void PAMAgentTypeManagement.createAgentAttribute(org.csapi.jr.se.pam.PAMAttributeDef pAttribute, byte[] authToken)
          Invokes the createAgentAttribute() method on the Parlay Gateway.
 void PAMAgentTypeManagement.addAgentTypeAttributes(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the addAgentTypeAttributes() method on the Parlay Gateway.
 void PAMCapabilityManagement.createCapabilityAttribute(org.csapi.jr.se.pam.PAMAttributeDef pAttribute, byte[] authToken)
          Invokes the createCapabilityAttribute() method on the Parlay Gateway.
 void PAMCapabilityManagement.addCapabilityAttributes(java.lang.String capabilityName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the addCapabilityAttributes() method on the Parlay Gateway.