|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PamUnknownTypeException | |
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 PamUnknownTypeException in org.csapi.jr.se.pam.access |
Methods in org.csapi.jr.se.pam.access that throw PamUnknownTypeException | |
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 PamUnknownTypeException in org.csapi.jr.se.pam.provisioning |
Methods in org.csapi.jr.se.pam.provisioning that throw PamUnknownTypeException | |
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. |
void |
PAMIdentityManagement.associateTypes(java.lang.String identity,
java.lang.String[] identityTypes,
byte[] authToken)
Invokes the associateTypes() 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.associateTypes(java.lang.String agentName,
java.lang.String[] agentTypes,
byte[] authToken)
Invokes the associateTypes() 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 |
PAMIdentityTypeManagement.deleteIdentityType(java.lang.String typeName,
byte[] authToken)
Invokes the deleteIdentityType() 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.deleteAgentType(java.lang.String typeName,
byte[] authToken)
Invokes the deleteAgentType() 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.deleteCapability(java.lang.String capabilityName,
byte[] authToken)
Invokes the deleteCapability() 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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |