|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a PAMIdentityTypeManagement.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Service |
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE |
Method Summary | |
void |
addIdentityTypeAttributes(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
Invokes the addIdentityTypeAttributes() method on the Parlay Gateway. |
void |
createIdentityAttribute(org.csapi.jr.se.pam.PAMAttributeDef pAttribute,
byte[] authToken)
Invokes the createIdentityAttribute() method on the Parlay Gateway. |
void |
createIdentityType(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
Invokes the createIdentityType() method on the Parlay Gateway. |
void |
deleteIdentityAttribute(java.lang.String attributeName,
byte[] authToken)
Invokes the deleteIdentityAttribute() method on the Parlay Gateway. |
void |
deleteIdentityType(java.lang.String typeName,
byte[] authToken)
Invokes the deleteIdentityType() method on the Parlay Gateway. |
org.csapi.jr.se.pam.PAMAttributeDef |
getIdentityAttributeDefinition(java.lang.String attributeName,
byte[] authToken)
Invokes the getIdentityAttributeDefinition() method on the Parlay Gateway. |
java.lang.String[] |
listAllIdentityAttributes(byte[] authToken)
Invokes the listAllIdentityAttributes() method on the Parlay Gateway. |
java.lang.String[] |
listIdentityTypeAttributes(java.lang.String typeName,
byte[] authToken)
Invokes the listIdentityTypeAttributes() method on the Parlay Gateway. |
java.lang.String[] |
listIdentityTypes(byte[] authToken)
Invokes the listIdentityTypes() method on the Parlay Gateway. |
void |
removeIdentityTypeAttributes(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
Invokes the removeIdentityTypeAttributes() method on the Parlay Gateway. |
Methods inherited from interface org.csapi.jr.se.Service |
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback |
Method Detail |
public void createIdentityAttribute(org.csapi.jr.se.pam.PAMAttributeDef pAttribute, byte[] authToken) throws PlatformException, CommonException, PamAttributeExistsException, PamInvalidCredentialException
PlatformException
CommonException
PamAttributeExistsException
PamInvalidCredentialException
public void deleteIdentityAttribute(java.lang.String attributeName, byte[] authToken) throws PlatformException, CommonException, PamUnknownAttributeException, PamInvalidCredentialException
PlatformException
CommonException
PamUnknownAttributeException
PamInvalidCredentialException
public org.csapi.jr.se.pam.PAMAttributeDef getIdentityAttributeDefinition(java.lang.String attributeName, byte[] authToken) throws PlatformException, CommonException, PamUnknownAttributeException, PamInvalidCredentialException
PlatformException
CommonException
PamUnknownAttributeException
PamInvalidCredentialException
public java.lang.String[] listAllIdentityAttributes(byte[] authToken) throws PlatformException, CommonException, PamInvalidCredentialException
PlatformException
CommonException
PamInvalidCredentialException
public void createIdentityType(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken) throws PlatformException, CommonException, PamTypeExistsException, PamUnknownAttributeException, PamInvalidCredentialException
PlatformException
CommonException
PamTypeExistsException
PamUnknownAttributeException
PamInvalidCredentialException
public void deleteIdentityType(java.lang.String typeName, byte[] authToken) throws PlatformException, CommonException, PamUnknownTypeException, PamInvalidCredentialException
PlatformException
CommonException
PamUnknownTypeException
PamInvalidCredentialException
public java.lang.String[] listIdentityTypes(byte[] authToken) throws PlatformException, CommonException, PamInvalidCredentialException
PlatformException
CommonException
PamInvalidCredentialException
public void addIdentityTypeAttributes(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken) throws PlatformException, CommonException, PamUnknownTypeException, PamAttributeExistsException, PamUnknownAttributeException, PamInvalidCredentialException
PlatformException
CommonException
PamUnknownTypeException
PamAttributeExistsException
PamUnknownAttributeException
PamInvalidCredentialException
public void removeIdentityTypeAttributes(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken) throws PlatformException, CommonException, PamUnknownTypeException, PamUnknownAttributeException, PamInvalidCredentialException
PlatformException
CommonException
PamUnknownTypeException
PamUnknownAttributeException
PamInvalidCredentialException
public java.lang.String[] listIdentityTypeAttributes(java.lang.String typeName, byte[] authToken) throws PlatformException, CommonException, PamUnknownTypeException, PamInvalidCredentialException
PlatformException
CommonException
PamUnknownTypeException
PamInvalidCredentialException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |