|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.catalina.realm.X509SubjectDnRetriever
public class X509SubjectDnRetriever
An X509UsernameRetriever that returns a certificate's entire SubjectDN as the username.
Constructor Summary | |
---|---|
X509SubjectDnRetriever()
|
Method Summary | |
---|---|
java.lang.String |
getUsername(java.security.cert.X509Certificate clientCert)
Gets a user name from an X509Certificate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public X509SubjectDnRetriever()
Method Detail |
---|
public java.lang.String getUsername(java.security.cert.X509Certificate clientCert)
X509UsernameRetriever
getUsername
in interface X509UsernameRetriever
clientCert
- The certificate containing the user name.
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |