private class SecureRequestCustomizer.SslAttributes extends Attributes.Wrapper
Attributes.Wrapper| Modifier and Type | Field and Description |
|---|---|
private Request |
_request |
private javax.net.ssl.SSLSession |
_session |
_attributes| Constructor and Description |
|---|
SslAttributes(Request request,
javax.net.ssl.SSLSession sslSession,
Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAttribute(java.lang.String name) |
java.util.Set<java.lang.String> |
getAttributeNameSet() |
private SecureRequestCustomizer.SslSessionData |
getSslSessionData()
Get data belonging to the
SSLSession. |
clearAttributes, getAttributes, removeAttribute, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeNames, unwrapprivate final Request _request
private final javax.net.ssl.SSLSession _session
public SslAttributes(Request request, javax.net.ssl.SSLSession sslSession, Attributes attributes)
public java.lang.Object getAttribute(java.lang.String name)
getAttribute in interface AttributesgetAttribute in class Attributes.Wrapperprivate SecureRequestCustomizer.SslSessionData getSslSessionData()
SSLSession.public java.util.Set<java.lang.String> getAttributeNameSet()
getAttributeNameSet in interface AttributesgetAttributeNameSet in class Attributes.Wrapper