|
|||||||||
| 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. |
| 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
HandleExceptionpublic abstract byte[] getUserIdHandle()
public abstract int getUserIdIndex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||