public class UserAuthentication
extends java.lang.Object
implements java.lang.AutoCloseable, java.io.Serializable
| Constructor and Description |
|---|
UserAuthentication()
Creates a new instance of the UserAuthentication class.
|
UserAuthentication(long handle)
Creates a new instance of the UserAuthentication class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Releases all resources used by this UserAuthentication.
|
protected void |
finalize()
Finalizer for this class.
|
long |
getHandle()
Gets the native handle.
|
UserAuthenticationMethod |
getMethod()
Gets the the user authentication method.
|
java.lang.String |
getPasswordFieldName()
Gets the the name of the payload field containing the password value.
|
java.lang.String |
getPasswordHashAlgorithm()
Gets the the hash algorithm used to protect the password value.
|
public UserAuthentication()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public UserAuthentication(long handle)
throws BiosealException
handle - Handle to the UserAuthentication.BiosealException - An error has occurred during Bioseal Library execution.public void close()
close in interface java.lang.AutoCloseableprotected void finalize()
finalize in class java.lang.Objectpublic long getHandle()
public UserAuthenticationMethod getMethod() throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public java.lang.String getPasswordFieldName()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public java.lang.String getPasswordHashAlgorithm()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.bioseal