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

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

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

Methods in org.csapi.jr.se.pam.provisioning that throw PamIdentityExistsException
 void PAMIdentityManagement.createIdentity(java.lang.String identity, java.lang.String[] identityTypes, byte[] authToken)
          Invokes the createIdentity() method on the Parlay Gateway.
 void PAMIdentityManagement.createGroupIdentity(java.lang.String identity, java.lang.String[] identityTypes, byte[] authToken)
          Invokes the createGroupIdentity() method on the Parlay Gateway.