|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Configuration.LocalAuthenticationConfig
Maps the Remote API LMAC (Local Message Authentication Code) settings.
| Method Summary | |
|---|---|
java.lang.String |
getAuthenticationAlgorithm()
Gets the Authentication Algorithm. |
java.lang.String |
getAuthenticationKey()
Gets the Authentication Key. |
boolean |
isLocalAuthenticationEnabled()
Checks whether Local Authentication is Enabled. |
void |
setAuthenticationAlgorithm(java.lang.String algorithm)
Sets the Authentication Algorithm. |
void |
setAuthenticationKey(java.lang.String key)
Sets the Authentication Key. |
void |
validate()
Validates the LocalAuthentication section. |
| Method Detail |
|---|
boolean isLocalAuthenticationEnabled()
boolean - Returns true or false.
java.lang.String getAuthenticationKey()
String - Returns the Authentication Key.
void setAuthenticationKey(java.lang.String key)
throws SAGApplicationException
key - Authentication Key
SAGApplicationException - upon error.java.lang.String getAuthenticationAlgorithm()
String - Returns the Authentication Algorithm.
void setAuthenticationAlgorithm(java.lang.String algorithm)
throws SAGApplicationException
algorithm - Authentication Algorithm
SAGApplicationException - upon error.
void validate()
throws SAGApplicationException
SAGApplicationException - upon error.
|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||