|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a PAMAvailability.
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.PAMAvailabilityProfile[] |
getAvailability(java.lang.String identity,
org.csapi.jr.se.pam.PAMContext pamContext,
java.lang.String[] attributeNames,
byte[] authToken)
Invokes the getAvailability() method on the Parlay Gateway. |
org.csapi.jr.se.pam.PAMPreferenceData |
getPreference(java.lang.String identity,
org.csapi.jr.se.pam.PAMContext pamContext,
byte[] authToken)
Invokes the getPreference() method on the Parlay Gateway. |
void |
setPreference(java.lang.String identity,
org.csapi.jr.se.pam.PAMContext pamContext,
java.lang.String operation,
org.csapi.jr.se.pam.PAMPreferenceData newPreference,
byte[] authToken)
Invokes the setPreference() method on the Parlay Gateway. |
Methods inherited from interface org.csapi.jr.se.Service |
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback |
Method Detail |
public org.csapi.jr.se.pam.PAMAvailabilityProfile[] getAvailability(java.lang.String identity, org.csapi.jr.se.pam.PAMContext pamContext, java.lang.String[] attributeNames, byte[] authToken) throws PlatformException, CommonException, PamUnknownIdentityException, PamInvalidCredentialException
PlatformException
CommonException
PamUnknownIdentityException
PamInvalidCredentialException
public org.csapi.jr.se.pam.PAMPreferenceData getPreference(java.lang.String identity, org.csapi.jr.se.pam.PAMContext pamContext, byte[] authToken) throws PlatformException, CommonException, PamUnknownIdentityException, PamInvalidCredentialException
PlatformException
CommonException
PamUnknownIdentityException
PamInvalidCredentialException
public void setPreference(java.lang.String identity, org.csapi.jr.se.pam.PAMContext pamContext, java.lang.String operation, org.csapi.jr.se.pam.PAMPreferenceData newPreference, 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 |