Package de.aristaflow.ilm.base.security
Class AuthenticationData
- java.lang.Object
-
- de.aristaflow.ilm.base.security.AuthenticationData
-
- All Implemented Interfaces:
Serializable
public class AuthenticationData extends Object implements Serializable
Each field will be set in an appropriateAFCallbackHandler
or provided as parameter to the Java API.- See Also:
AuthMethod
,AFCallbackHandler
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
appName
byte[]
data
AuthDataOrgPosSpec
orgPosSpec
String
password
String
userSessionId
-
Constructor Summary
Constructors Constructor Description AuthenticationData()
-
-
-
Field Detail
-
orgPosSpec
public AuthDataOrgPosSpec orgPosSpec
-
password
public String password
- See Also:
PasswordHandler
,NameOrgPosSesIDAppNameHandler
-
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
public String userSessionId
- See Also:
NameOrgPosSesIDAppNameHandler
-
appName
public String appName
- See Also:
NameAppNameHandler
,NameOrgPosSesIDAppNameHandler
-
-