Package org.h2.security.auth
Class AuthenticationInfo
java.lang.Object
org.h2.security.auth.AuthenticationInfo
Input data for authenticators; it wraps ConnectionInfo
-
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
-
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.
-