Package de.aristaflow.ilm.base.security
Class AuthenticationData
java.lang.Object
de.aristaflow.ilm.base.security.AuthenticationData
- All Implemented Interfaces:
Serializable
Each field will be set in an appropriate
AFCallbackHandler or provided as parameter
to the Java API.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
orgPosSpec
-
password
- See Also:
-
data
public byte[] data- See Also:
-
Authentication.authenticate(String, long, String, byte[], de.aristaflow.adept2.base.security.AFCallbackHandler)Authentication.authenticateCombined(String, String, byte[], de.aristaflow.adept2.base.security.AFCallbackHandler)SecurityManager.authenticatePrivilegedCombined(String, String, byte[], de.aristaflow.adept2.base.security.AFCallbackHandler)
-
userSessionId
- See Also:
-
appName
-
-
Constructor Details
-
AuthenticationData
public AuthenticationData()
-