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) ObjectCan be used by authenticator to hold information.private Stringprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclean()Clean authentication data.Gets nested identity object that can be used by authenticator to hold information.getRealm()voidsetNestedIdentity(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.
-