|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a PAMAgentTypeManagement.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Service |
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE |
Method Summary | |
void |
addAgentTypeAttributes(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
Invokes the addAgentTypeAttributes() method on the Parlay Gateway. |
void |
createAgentAttribute(org.csapi.jr.se.pam.PAMAttributeDef pAttribute,
byte[] authToken)
Invokes the createAgentAttribute() method on the Parlay Gateway. |
void |
createAgentType(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
Invokes the createAgentType() method on the Parlay Gateway. |
void |
deleteAgentAttribute(java.lang.String attributeName,
byte[] authToken)
Invokes the deleteAgentAttribute() method on the Parlay Gateway. |
void |
deleteAgentType(java.lang.String typeName,
byte[] authToken)
Invokes the deleteAgentType() method on the Parlay Gateway. |
org.csapi.jr.se.pam.PAMAttributeDef |
getAgentAttributeDefinition(java.lang.String attributeName,
byte[] authToken)
Invokes the getAgentAttributeDefinition() method on the Parlay Gateway. |
java.lang.String[] |
listAgentTypeAttributes(java.lang.String typeName,
byte[] authToken)
Invokes the listAgentTypeAttributes() method on the Parlay Gateway. |
java.lang.String[] |
listAgentTypes(byte[] authToken)
Invokes the listAgentTypes() method on the Parlay Gateway. |
java.lang.String[] |
listAllAgentAttributes(byte[] authToken)
Invokes the listAllAgentAttributes() method on the Parlay Gateway. |
void |
removeAgentTypeAttributes(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
Invokes the removeAgentTypeAttributes() method on the Parlay Gateway. |
Methods inherited from interface org.csapi.jr.se.Service |
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback |
Method Detail |
public void createAgentAttribute(org.csapi.jr.se.pam.PAMAttributeDef pAttribute, byte[] authToken) throws PlatformException, CommonException, PamAttributeExistsException, PamInvalidCredentialException
PlatformException
CommonException
PamAttributeExistsException
PamInvalidCredentialException
public void deleteAgentAttribute(java.lang.String attributeName, byte[] authToken) throws PlatformException, CommonException, PamUnknownAttributeException, PamInvalidCredentialException
PlatformException
CommonException
PamUnknownAttributeException
PamInvalidCredentialException
public org.csapi.jr.se.pam.PAMAttributeDef getAgentAttributeDefinition(java.lang.String attributeName, byte[] authToken) throws PlatformException, CommonException, PamUnknownAttributeException, PamInvalidCredentialException
PlatformException
CommonException
PamUnknownAttributeException
PamInvalidCredentialException
public java.lang.String[] listAllAgentAttributes(byte[] authToken) throws PlatformException, CommonException, PamInvalidCredentialException
PlatformException
CommonException
PamInvalidCredentialException
public void createAgentType(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken) throws PlatformException, CommonException, PamTypeExistsException, PamUnknownAttributeException, PamInvalidCredentialException
PlatformException
CommonException
PamTypeExistsException
PamUnknownAttributeException
PamInvalidCredentialException
public void deleteAgentType(java.lang.String typeName, byte[] authToken) throws PlatformException, CommonException, PamUnknownTypeException, PamInvalidCredentialException
PlatformException
CommonException
PamUnknownTypeException
PamInvalidCredentialException
public java.lang.String[] listAgentTypes(byte[] authToken) throws PlatformException, CommonException, PamInvalidCredentialException
PlatformException
CommonException
PamInvalidCredentialException
public void addAgentTypeAttributes(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 removeAgentTypeAttributes(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[] listAgentTypeAttributes(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 |