public interface CertificateUserAuthority extends UserAuthority
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
Modifier and Type | Method and Description |
---|---|
CertificateParser |
getCertificateParser()
Returns the CertificateParser object
|
boolean |
login(User user,
java.security.cert.Certificate pCertificate)
Authenticates a user, populating the User object with appropriate
personae.
|
addAuthenticationFailedListener, addAuthenticationSucceededListener, getPersona, getUserAuthorityName, removeAuthenticationFailedListener, removeAuthenticationSucceededListener, userDestroyed
static final java.lang.String CLASS_VERSION
CertificateParser getCertificateParser()
boolean login(User user, java.security.cert.Certificate pCertificate)