public interface DOAuthentication
Modifier and Type | Method and Description |
---|---|
java.security.cert.Certificate[] |
getCredentials()
Returns any certificates that supplement this entities authentication
|
java.lang.String |
getID()
Returns the identifier of the calling code.
|
void |
signChallenge(HeaderSet challenge,
HeaderSet response)
Signs the given challenge message and puts the result (including any required
parameters) into the given HeaderSet object.
|
net.handle.hdllib.AuthenticationInfo |
toHandleAuth()
Returns this authentication in a form that will work with handle system
administration.
|
java.lang.String getID()
void signChallenge(HeaderSet challenge, HeaderSet response) throws java.lang.Exception
java.lang.Exception
java.security.cert.Certificate[] getCredentials()
net.handle.hdllib.AuthenticationInfo toHandleAuth()