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

Packages that use PamInvalidCredentialException
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 PamInvalidCredentialException in org.csapi.jr.se.pam.access
 

Methods in org.csapi.jr.se.pam.access that throw PamInvalidCredentialException
 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.
 byte[] PAMPresenceAvailabilityManager.getAuthToken(org.csapi.jr.se.Attribute[] askerData)
          Invokes the getAuthToken() 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 PamInvalidCredentialException in org.csapi.jr.se.pam.event
 

Methods in org.csapi.jr.se.pam.event that throw PamInvalidCredentialException
 boolean PAMEventHandler.isRegistered(byte[] authToken)
          Invokes the isRegistered() method on the Parlay Gateway.
 void PAMEventHandler.deregisterAppInterface(byte[] authToken)
          Invokes the deregisterAppInterface() method on the Parlay Gateway.
 void PAMEventHandler.deregisterFromEvent(byte[] authToken)
          Invokes the deregisterFromEvent() method on the Parlay Gateway.
 void ForEvent.registerForEvent(org.csapi.jr.se.pam.PAMEventInfo[] eventList, int validFor, byte[] authToken)
          Invokes the registerForEvent() method on the Parlay Gateway.
 void AppInterface.registerAppInterface(byte[] authToken)
          Invokes the registerAppInterface() method on the Parlay Gateway.
 byte[] PAMEventManager.getAuthToken(org.csapi.jr.se.Attribute[] askerData)
          Invokes the getAuthToken() method on the Parlay Gateway.
 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 PamInvalidCredentialException in org.csapi.jr.se.pam.provisioning
 

Methods in org.csapi.jr.se.pam.provisioning that throw PamInvalidCredentialException
 void PAMIdentityManagement.createIdentity(java.lang.String identity, java.lang.String[] identityTypes, byte[] authToken)
          Invokes the createIdentity() method on the Parlay Gateway.
 void PAMIdentityManagement.deleteIdentity(java.lang.String identity, byte[] authToken)
          Invokes the deleteIdentity() method on the Parlay Gateway.
 boolean PAMIdentityManagement.isIdentity(java.lang.String identity, byte[] authToken)
          Invokes the isIdentity() 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.
 void PAMIdentityManagement.deleteGroupIdentity(java.lang.String identity, byte[] authToken)
          Invokes the deleteGroupIdentity() method on the Parlay Gateway.
 void PAMIdentityManagement.addToGroup(java.lang.String group, java.lang.String member, byte[] authToken)
          Invokes the addToGroup() method on the Parlay Gateway.
 void PAMIdentityManagement.removeFromGroup(java.lang.String group, java.lang.String identity, byte[] authToken)
          Invokes the removeFromGroup() method on the Parlay Gateway.
 java.lang.String[] PAMIdentityManagement.listMembers(java.lang.String identity, byte[] authToken)
          Invokes the listMembers() method on the Parlay Gateway.
 boolean PAMIdentityManagement.isGroupIdentity(java.lang.String identity, byte[] authToken)
          Invokes the isGroupIdentity() 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.
 java.lang.String PAMIdentityManagement.lookupByAlias(java.lang.String alias, byte[] authToken)
          Invokes the lookupByAlias() 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 PAMAgentManagement.createAgent(java.lang.String agentName, java.lang.String[] agentTypes, byte[] authToken)
          Invokes the createAgent() method on the Parlay Gateway.
 void PAMAgentManagement.deleteAgent(java.lang.String agentName, byte[] authToken)
          Invokes the deleteAgent() method on the Parlay Gateway.
 boolean PAMAgentManagement.isAgent(java.lang.String agentName, byte[] authToken)
          Invokes the isAgent() method on the Parlay Gateway.
 void PAMAgentManagement.enableCapabilities(java.lang.String agentName, java.lang.String[] capabilities, byte[] authToken)
          Invokes the enableCapabilities() method on the Parlay Gateway.
 void PAMAgentManagement.disableCapabilities(java.lang.String agentName, java.lang.String[] capabilities, byte[] authToken)
          Invokes the disableCapabilities() method on the Parlay Gateway.
 java.lang.String[] PAMAgentManagement.listEnabledCapabilities(java.lang.String agentName, byte[] authToken)
          Invokes the listEnabledCapabilities() method on the Parlay Gateway.
 java.lang.String[] PAMAgentManagement.listAllCapabilities(java.lang.String agentName, byte[] authToken)
          Invokes the listAllCapabilities() method on the Parlay Gateway.
 boolean PAMAgentManagement.isCapableOf(java.lang.String agentName, java.lang.String capability, byte[] authToken)
          Invokes the isCapableOf() method on the Parlay Gateway.
 void PAMAgentManagement.associateTypes(java.lang.String agentName, java.lang.String[] agentTypes, byte[] authToken)
          Invokes the associateTypes() method on the Parlay Gateway.
 void PAMAgentManagement.disassociateTypes(java.lang.String agentName, java.lang.String[] agentTypes, byte[] authToken)
          Invokes the disassociateTypes() method on the Parlay Gateway.
 java.lang.String[] PAMAgentManagement.listTypesOfAgent(java.lang.String agentName, byte[] authToken)
          Invokes the listTypesOfAgent() method on the Parlay Gateway.
 boolean PAMAgentManagement.hasType(java.lang.String agentName, java.lang.String typeName, byte[] authToken)
          Invokes the hasType() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAttribute[] PAMAgentManagement.getAgentAttributes(java.lang.String agentName, java.lang.String agentType, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the getAgentAttributes() method on the Parlay Gateway.
 void PAMAgentManagement.setAgentAttributes(java.lang.String agentName, java.lang.String agentType, org.csapi.jr.se.pam.PAMAttribute[] attributes, byte[] authToken)
          Invokes the setAgentAttributes() 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.listAssociatedIdentitiesOfAgent(java.lang.String agentName, byte[] authToken)
          Invokes the listAssociatedIdentitiesOfAgent() 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.
 void PAMIdentityTypeManagement.createIdentityAttribute(org.csapi.jr.se.pam.PAMAttributeDef pAttribute, byte[] authToken)
          Invokes the createIdentityAttribute() method on the Parlay Gateway.
 void PAMIdentityTypeManagement.deleteIdentityAttribute(java.lang.String attributeName, byte[] authToken)
          Invokes the deleteIdentityAttribute() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAttributeDef PAMIdentityTypeManagement.getIdentityAttributeDefinition(java.lang.String attributeName, byte[] authToken)
          Invokes the getIdentityAttributeDefinition() method on the Parlay Gateway.
 java.lang.String[] PAMIdentityTypeManagement.listAllIdentityAttributes(byte[] authToken)
          Invokes the listAllIdentityAttributes() method on the Parlay Gateway.
 void PAMIdentityTypeManagement.createIdentityType(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the createIdentityType() method on the Parlay Gateway.
 void PAMIdentityTypeManagement.deleteIdentityType(java.lang.String typeName, byte[] authToken)
          Invokes the deleteIdentityType() method on the Parlay Gateway.
 java.lang.String[] PAMIdentityTypeManagement.listIdentityTypes(byte[] authToken)
          Invokes the listIdentityTypes() 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 PAMIdentityTypeManagement.removeIdentityTypeAttributes(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the removeIdentityTypeAttributes() method on the Parlay Gateway.
 java.lang.String[] PAMIdentityTypeManagement.listIdentityTypeAttributes(java.lang.String typeName, byte[] authToken)
          Invokes the listIdentityTypeAttributes() 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.deleteAgentAttribute(java.lang.String attributeName, byte[] authToken)
          Invokes the deleteAgentAttribute() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAttributeDef PAMAgentTypeManagement.getAgentAttributeDefinition(java.lang.String attributeName, byte[] authToken)
          Invokes the getAgentAttributeDefinition() method on the Parlay Gateway.
 java.lang.String[] PAMAgentTypeManagement.listAllAgentAttributes(byte[] authToken)
          Invokes the listAllAgentAttributes() method on the Parlay Gateway.
 void PAMAgentTypeManagement.createAgentType(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the createAgentType() method on the Parlay Gateway.
 void PAMAgentTypeManagement.deleteAgentType(java.lang.String typeName, byte[] authToken)
          Invokes the deleteAgentType() method on the Parlay Gateway.
 java.lang.String[] PAMAgentTypeManagement.listAgentTypes(byte[] authToken)
          Invokes the listAgentTypes() 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 PAMAgentTypeManagement.removeAgentTypeAttributes(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the removeAgentTypeAttributes() method on the Parlay Gateway.
 java.lang.String[] PAMAgentTypeManagement.listAgentTypeAttributes(java.lang.String typeName, byte[] authToken)
          Invokes the listAgentTypeAttributes() 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.deleteCapabilityAttribute(java.lang.String attributeName, byte[] authToken)
          Invokes the deleteCapabilityAttribute() method on the Parlay Gateway.
 org.csapi.jr.se.pam.PAMAttributeDef PAMCapabilityManagement.getCapabilityAttributeDefinition(java.lang.String attributeName, byte[] authToken)
          Invokes the getCapabilityAttributeDefinition() method on the Parlay Gateway.
 java.lang.String[] PAMCapabilityManagement.listAllCapabilityAttributes(byte[] authToken)
          Invokes the listAllCapabilityAttributes() method on the Parlay Gateway.
 void PAMCapabilityManagement.createCapability(java.lang.String capabilityName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the createCapability() method on the Parlay Gateway.
 void PAMCapabilityManagement.deleteCapability(java.lang.String capabilityName, byte[] authToken)
          Invokes the deleteCapability() method on the Parlay Gateway.
 java.lang.String[] PAMCapabilityManagement.listCapabilities(byte[] authToken)
          Invokes the listCapabilities() 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.
 void PAMCapabilityManagement.removeCapabilityAttributes(java.lang.String capabilityName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the removeCapabilityAttributes() method on the Parlay Gateway.
 java.lang.String[] PAMCapabilityManagement.listCapabilityAttributes(java.lang.String capabilityName, byte[] authToken)
          Invokes the listCapabilityAttributes() method on the Parlay Gateway.
 void PAMCapabilityManagement.assignCapabilitiesToType(java.lang.String agentType, java.lang.String[] capabilities, byte[] authToken)
          Invokes the assignCapabilitiesToType() method on the Parlay Gateway.
 void PAMCapabilityManagement.unassignCapabilitiesFromType(java.lang.String agentType, java.lang.String[] capabilities, byte[] authToken)
          Invokes the unassignCapabilitiesFromType() method on the Parlay Gateway.
 java.lang.String[] PAMCapabilityManagement.listCapabilitiesOfType(java.lang.String agentType, byte[] authToken)
          Invokes the listCapabilitiesOfType() method on the Parlay Gateway.
 byte[] PAMProvisioningManager.getAuthToken(org.csapi.jr.se.Attribute[] askerData)
          Invokes the getAuthToken() 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.