|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface from which an external application can get information from underlying authentication and authorization processes.
SecurityInfoContainer
Method Summary | |
java.lang.String |
getAuthorizationPolicy()
|
java.util.List |
getAuthorizedAttributes()
|
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 Distuingished Name of the client certificate. |
java.lang.String |
getRemoteAddr()
Returns the IP address of the other party. |
java.util.List |
getRequestedAttributes()
|
java.lang.String |
getSessionId()
Returns the SSL session ID used for this connection. |
Method Detail |
public java.lang.String getAuthorizationPolicy()
public java.util.List getAuthorizedAttributes()
getRequestedAttributes()
public java.util.List getRequestedAttributes()
getAuthorizedAttributes()
public java.security.cert.X509Certificate getClientCert()
public java.security.cert.X509Certificate[] getClientCertChain()
public java.lang.String getClientName()
public java.lang.String getClientX500Name()
public X500Principal getClientX500Principal()
public java.lang.String getIssuerName()
public java.lang.String getRemoteAddr()
public java.lang.String getSessionId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |