Package org.h2.security.auth
Class AuthenticationInfo
java.lang.Object
org.h2.security.auth.AuthenticationInfo
Input data for authenticators; it wraps ConnectionInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ConnectionInfo
(package private) Object
Can be used by authenticator to hold information.private String
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clean()
Clean authentication data.Gets nested identity object that can be used by authenticator to hold information.getRealm()
void
setNestedIdentity
(Object nestedIdentity) Method used by authenticators to hold information about authenticated user
-
Field Details
-
connectionInfo
-
password
-
realm
-
nestedIdentity
Object nestedIdentityCan be used by authenticator to hold information.
-
-
Constructor Details
-
AuthenticationInfo
-
-
Method Details
-
getUserName
-
getRealm
-
getPassword
-
getConnectionInfo
-
getFullyQualifiedName
-
getNestedIdentity
Gets nested identity object that can be used by authenticator to hold information.- Returns:
- nested identity object.
-
setNestedIdentity
Method used by authenticators to hold information about authenticated user- Parameters:
nestedIdentity
- = nested identity object
-
clean
public void clean()Clean authentication data.
-