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 String
private Integer
private final Request
private final SSLSession
private String
private String
Fields 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, setAttribute
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getAttribute
in interfaceAttributes
- Overrides:
getAttribute
in classAttributes.Wrapper
-
getSslSessionData
Get data belonging to theSSLSession
.- Returns:
- the SslSessionData
-
getAttributeNameSet
- Specified by:
getAttributeNameSet
in interfaceAttributes
- Overrides:
getAttributeNameSet
in classAttributes.Wrapper
-