|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a PAMProvisioningManager.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Service |
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE |
Method Summary | |
org.csapi.jr.se.pam.PAMAccessControlData |
getAccessControl(java.lang.String identity,
byte[] authToken)
Invokes the getAccessControl() method on the Parlay Gateway. |
byte[] |
getAuthToken(org.csapi.jr.se.Attribute[] askerData)
Invokes the getAuthToken() method on the Parlay Gateway. |
org.csapi.jr.se.CsapiInterface |
obtainInterface(java.lang.String interfaceName)
Invokes the obtainInterface() method on the Parlay Gateway. |
void |
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. |
Methods inherited from interface org.csapi.jr.se.Service |
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback |
Method Detail |
public byte[] getAuthToken(org.csapi.jr.se.Attribute[] askerData) throws PlatformException, CommonException, PamInvalidCredentialException
PlatformException
CommonException
PamInvalidCredentialException
public org.csapi.jr.se.CsapiInterface obtainInterface(java.lang.String interfaceName) throws PlatformException, CommonException, PamUnavailableInterfaceException
PlatformException
CommonException
PamUnavailableInterfaceException
public org.csapi.jr.se.pam.PAMAccessControlData getAccessControl(java.lang.String identity, byte[] authToken) throws PlatformException, CommonException, PamUnknownIdentityException, PamInvalidCredentialException
PlatformException
CommonException
PamUnknownIdentityException
PamInvalidCredentialException
public void setAccessControl(java.lang.String identity, java.lang.String operation, org.csapi.jr.se.pam.PAMAccessControlData newAccessControl, byte[] authToken) throws PlatformException, CommonException, PamUnknownIdentityException, PamInvalidCredentialException
PlatformException
CommonException
PamUnknownIdentityException
PamInvalidCredentialException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |