public abstract class AuthenticationInfo
extends java.lang.Object
Constructor and Description |
---|
AuthenticationInfo() |
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
authenticate(ChallengeResponse challenge,
AbstractRequest request)
Sign the given nonce and requestDigest given as a challenge to the
given request.
|
abstract byte[] |
getAuthType()
Get the identifier for the type of authentication performed.
|
abstract byte[] |
getUserIdHandle()
Get the name of the handle that identifies the user that is
represented by this authentication object.
|
abstract int |
getUserIdIndex()
Get the index of the handle value that identifies this user.
|
ValueReference |
getUserValueReference()
Get the ValueReference that identifies the user that is
represented by this authentication object.
|
public abstract byte[] getAuthType()
public abstract byte[] authenticate(ChallengeResponse challenge, AbstractRequest request) throws HandleException
HandleException
public abstract byte[] getUserIdHandle()
public abstract int getUserIdIndex()
public ValueReference getUserValueReference()