atg.security
Interface CertificateUserAuthority

All Superinterfaces:
UserAuthority

public interface CertificateUserAuthority
extends UserAuthority

Interface that provides certificate style authentication for a user authority.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 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.
 
Methods inherited from interface atg.security.UserAuthority
addAuthenticationFailedListener, addAuthenticationSucceededListener, getPersona, getUserAuthorityName, removeAuthenticationFailedListener, removeAuthenticationSucceededListener, userDestroyed
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

getCertificateParser

CertificateParser getCertificateParser()
Returns the CertificateParser object


login

boolean login(User user,
              java.security.cert.Certificate pCertificate)
Authenticates a user, populating the User object with appropriate personae.