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, setAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributeNames, unwrap
private 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 Attributes
getAttribute
in class Attributes.Wrapper
private SecureRequestCustomizer.SslSessionData getSslSessionData()
SSLSession
.public java.util.Set<java.lang.String> getAttributeNameSet()
getAttributeNameSet
in interface Attributes
getAttributeNameSet
in class Attributes.Wrapper