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

Packages that use PamUnknownIdentityException
org.csapi.jr.se.pam.access Contains the PAM Access interface classes. 
org.csapi.jr.se.pam.event Contains the PAM Event interface classes. 
org.csapi.jr.se.pam.provisioning Contains the PAM Provisioning interface classes. 
 

Uses of PamUnknownIdentityException in org.csapi.jr.se.pam.access
 

Methods in org.csapi.jr.se.pam.access that throw PamUnknownIdentityException
 void PAMIdentityPresence.setIdentityPresence(java.lang.String identity, java.lang.String identityType, org.csapi.jr.se.pam.PAMAttribute[] attributes, byte[] authToken)
          Invokes the setIdentityPresence() method on the Parlay Gateway.
 void PAMIdentityPresence.setIdentityPresenceExpiration(java.lang.String identity, java.lang.String identityType, java.lang.String[] attributeNames, long expiresIn, byte[] authToken)
          Invokes the setIdentityPresenceExpiration() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAttribute[] PAMIdentityPresence.getIdentityPresence(java.lang.String identity, java.lang.String identityType, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the getIdentityPresence() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAvailabilityProfile[] PAMAvailability.getAvailability(java.lang.String identity, org.csapi.jr.se.pam.PAMContext pamContext, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the getAvailability() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMPreferenceData PAMAvailability.getPreference(java.lang.String identity, org.csapi.jr.se.pam.PAMContext pamContext, byte[] authToken)
          Invokes the getPreference() method on the Parlay Gateway.
 void PAMAvailability.setPreference(java.lang.String identity, org.csapi.jr.se.pam.PAMContext pamContext, java.lang.String operation, org.csapi.jr.se.pam.PAMPreferenceData newPreference, byte[] authToken)
          Invokes the setPreference() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAccessControlData PAMPresenceAvailabilityManager.getAccessControl(java.lang.String identity, byte[] authToken)
          Invokes the getAccessControl() method on the Parlay Gateway.
 void PAMPresenceAvailabilityManager.setAccessControl(java.lang.String identity, java.lang.String operation, org.csapi.jr.se.pam.PAMAccessControlData newAccessControl, byte[] authToken)
          Invokes the setAccessControl() method on the Parlay Gateway.
 void PAMPresenceAvailabilityManager.activateService(java.lang.String identity, byte[] authToken)
          Invokes the activateService() method on the Parlay Gateway.
 void PAMPresenceAvailabilityManager.deactivateService(java.lang.String identity, byte[] authToken)
          Invokes the deactivateService() method on the Parlay Gateway.
 boolean PAMPresenceAvailabilityManager.isActiveIdentity(java.lang.String identity, byte[] authToken)
          Invokes the isActiveIdentity() method on the Parlay Gateway.
 

Uses of PamUnknownIdentityException in org.csapi.jr.se.pam.event
 

Methods in org.csapi.jr.se.pam.event that throw PamUnknownIdentityException
 org.csapi.jr.se.pam.PAMAccessControlData PAMEventManager.getAccessControl(java.lang.String identity, byte[] authToken)
          Invokes the getAccessControl() method on the Parlay Gateway.
 void PAMEventManager.setAccessControl(java.lang.String identity, java.lang.String operation, org.csapi.jr.se.pam.PAMAccessControlData newAccessControl, byte[] authToken)
          Invokes the setAccessControl() method on the Parlay Gateway.
 void PAMEventManager.activateService(java.lang.String identity, byte[] authToken)
          Invokes the activateService() method on the Parlay Gateway.
 void PAMEventManager.deactivateService(java.lang.String identity, byte[] authToken)
          Invokes the deactivateService() method on the Parlay Gateway.
 boolean PAMEventManager.isActiveIdentity(java.lang.String identity, byte[] authToken)
          Invokes the isActiveIdentity() method on the Parlay Gateway.
 

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

Methods in org.csapi.jr.se.pam.provisioning that throw PamUnknownIdentityException
 void PAMIdentityManagement.deleteIdentity(java.lang.String identity, byte[] authToken)
          Invokes the deleteIdentity() method on the Parlay Gateway.
 void PAMIdentityManagement.deleteGroupIdentity(java.lang.String identity, byte[] authToken)
          Invokes the deleteGroupIdentity() method on the Parlay Gateway.
 java.lang.String[] PAMIdentityManagement.listGroupMembership(java.lang.String identity, byte[] authToken)
          Invokes the listGroupMembership() method on the Parlay Gateway.
 void PAMIdentityManagement.addAlias(java.lang.String identity, java.lang.String alias, byte[] authToken)
          Invokes the addAlias() method on the Parlay Gateway.
 void PAMIdentityManagement.removeAliases(java.lang.String identity, java.lang.String alias, byte[] authToken)
          Invokes the removeAliases() method on the Parlay Gateway.
 java.lang.String[] PAMIdentityManagement.listAliases(java.lang.String identity, byte[] authToken)
          Invokes the listAliases() method on the Parlay Gateway.
 void PAMIdentityManagement.associateTypes(java.lang.String identity, java.lang.String[] identityTypes, byte[] authToken)
          Invokes the associateTypes() method on the Parlay Gateway.
 void PAMIdentityManagement.disassociateTypes(java.lang.String identity, java.lang.String[] identityTypes, byte[] authToken)
          Invokes the disassociateTypes() method on the Parlay Gateway.
 java.lang.String[] PAMIdentityManagement.listTypesOfIdentity(java.lang.String identity, byte[] authToken)
          Invokes the listTypesOfIdentity() method on the Parlay Gateway.
 boolean PAMIdentityManagement.hasType(java.lang.String identity, java.lang.String typeName, byte[] authToken)
          Invokes the hasType() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAttribute[] PAMIdentityManagement.getIdentityAttributes(java.lang.String identity, java.lang.String identityType, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the getIdentityAttributes() method on the Parlay Gateway.
 void PAMIdentityManagement.setIdentityAttributes(java.lang.String identity, java.lang.String identityType, org.csapi.jr.se.pam.PAMAttribute[] attributes, byte[] authToken)
          Invokes the setIdentityAttributes() method on the Parlay Gateway.
 void PAMAgentAssignment.assignAgent(java.lang.String identity, java.lang.String agentName, byte[] authToken)
          Invokes the assignAgent() method on the Parlay Gateway.
 void PAMAgentAssignment.unassignAgent(java.lang.String identity, java.lang.String agentName, byte[] authToken)
          Invokes the unassignAgent() method on the Parlay Gateway.
 java.lang.String[] PAMAgentAssignment.listAssignedAgents(java.lang.String identity, byte[] authToken)
          Invokes the listAssignedAgents() method on the Parlay Gateway.
 java.lang.String[] PAMAgentAssignment.listAssignedAgentsByCapability(java.lang.String identity, java.lang.String capability, byte[] authToken)
          Invokes the listAssignedAgentsByCapability() method on the Parlay Gateway.
 java.lang.String[] PAMAgentAssignment.listCapabilitiesOfIdentity(java.lang.String identity, byte[] authToken)
          Invokes the listCapabilitiesOfIdentity() method on the Parlay Gateway.
 boolean PAMAgentAssignment.isIdentityCapableOf(java.lang.String identity, java.lang.String capability, byte[] authToken)
          Invokes the isIdentityCapableOf() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAccessControlData PAMProvisioningManager.getAccessControl(java.lang.String identity, byte[] authToken)
          Invokes the getAccessControl() method on the Parlay Gateway.
 void PAMProvisioningManager.setAccessControl(java.lang.String identity, java.lang.String operation, org.csapi.jr.se.pam.PAMAccessControlData newAccessControl, byte[] authToken)
          Invokes the setAccessControl() method on the Parlay Gateway.