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

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

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

Methods in org.csapi.jr.se.pam.access that throw PamUnknownAttributeException
 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.
 

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

Methods in org.csapi.jr.se.pam.provisioning that throw PamUnknownAttributeException
 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.
 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 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.
 void PAMIdentityTypeManagement.createIdentityType(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the createIdentityType() 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.
 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.
 void PAMAgentTypeManagement.createAgentType(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the createAgentType() 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.
 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.
 void PAMCapabilityManagement.createCapability(java.lang.String capabilityName, java.lang.String[] attributeNames, byte[] authToken)
          Invokes the createCapability() 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.