|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityInfo
An interface from which an external application can get information from underlying authentication and authorization processes.
SecurityInfoContainer
Method Summary | |
---|---|
java.security.cert.X509Certificate |
getClientCert()
|
java.security.cert.X509Certificate[] |
getClientCertChain()
|
java.lang.String |
getClientName()
Returns the name of the authenticated client. |
java.lang.String |
getClientX500Name()
Returns the name of the authenticated client in X500 format. |
X500Principal |
getClientX500Principal()
Returns the Principal of the authenticated client in X500 format. |
java.lang.String |
getIssuerName()
Returns the Issuer Distinguished Name of the client certificate. |
java.lang.String |
getRemoteAddr()
Returns the IP address of the other party. |
java.lang.String |
getSessionId()
Returns the SSL session ID used for this connection. |
Method Detail |
---|
java.security.cert.X509Certificate getClientCert()
java.security.cert.X509Certificate[] getClientCertChain()
java.lang.String getClientName()
java.lang.String getClientX500Name()
X500Principal getClientX500Principal()
java.lang.String getIssuerName()
java.lang.String getRemoteAddr()
java.lang.String getSessionId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |