atg.security
Interface CertificateUserAuthority
- All Superinterfaces: 
- UserAuthority
- public interface CertificateUserAuthority 
- extends UserAuthority
Interface that provides certificate style authentication
 for a user authority.
 
| 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.
 | 
 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- See Also:
- Constant Field Values
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.
 
- 
 
-