public abstract class AbstractAuthentication extends java.lang.Object implements DOAuthentication
Constructor and Description |
---|
AbstractAuthentication() |
Modifier and Type | Method and Description |
---|---|
abstract AbstractAuthentication |
cloneAuthentication()
The following must be implemented by subclasses of AbstractAuthentication
in order to provide a copy of themselves for the purposes of
authenticating when retrieving their credentials.
|
static DOAuthentication |
getAnonymousAuth() |
java.security.cert.Certificate[] |
getCredentials()
Retrieve the credentials from this user's digital object so that they can be
presented to any servers during authentication.
|
void |
setAutoRetrieveCredentials(boolean autoRetrieve)
Sets whether or not this object will automatically retrieve
the client's credentials from the client DO when getCredentials()
is called.
|
void |
setCredentials(java.security.cert.Certificate[] credentials) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getID, signChallenge, toHandleAuth
public void setAutoRetrieveCredentials(boolean autoRetrieve)
public abstract AbstractAuthentication cloneAuthentication()
public void setCredentials(java.security.cert.Certificate[] credentials)
public java.security.cert.Certificate[] getCredentials()
getCredentials
in interface DOAuthentication
public static final DOAuthentication getAnonymousAuth()