Package org.eclipse.jetty.server
Class SecureRequestCustomizer.SslAttributes
java.lang.Object
org.eclipse.jetty.util.Attributes.Wrapper
org.eclipse.jetty.server.SecureRequestCustomizer.SslAttributes
- All Implemented Interfaces:
Attributes
- Enclosing class:
SecureRequestCustomizer
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes
Attributes.Wrapper -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate X509Certificate[]private Stringprivate Integerprivate final Requestprivate final SSLSessionprivate Stringprivate StringFields inherited from class org.eclipse.jetty.util.Attributes.Wrapper
_attributes -
Constructor Summary
ConstructorsConstructorDescriptionSslAttributes(Request request, SSLSession sslSession, Attributes attributes) -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) Get data belonging to theSSLSession.Methods inherited from class org.eclipse.jetty.util.Attributes.Wrapper
clearAttributes, getAttributes, removeAttribute, setAttributeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.Attributes
getAttributeNames
-
Field Details
-
_request
-
_session
-
_certs
-
_cipherSuite
-
_keySize
-
_sessionId
-
_sessionAttribute
-
-
Constructor Details
-
SslAttributes
-
-
Method Details
-
getAttribute
- Specified by:
getAttributein interfaceAttributes- Overrides:
getAttributein classAttributes.Wrapper
-
getSslSessionData
Get data belonging to theSSLSession.- Returns:
- the SslSessionData
-
getAttributeNameSet
- Specified by:
getAttributeNameSetin interfaceAttributes- Overrides:
getAttributeNameSetin classAttributes.Wrapper
-