|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.handle.hdllib.AuthenticationInfo
public abstract class AuthenticationInfo
Constructor Summary | |
---|---|
AuthenticationInfo()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthenticationInfo()
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |