Class SSLAuthenticationContext
- java.lang.Object
-
- io.streamthoughts.azkarra.http.security.auth.UndertowAuthenticationContext
-
- io.streamthoughts.azkarra.http.security.auth.SSLAuthenticationContext
-
- All Implemented Interfaces:
AuthenticationContext
public class SSLAuthenticationContext extends UndertowAuthenticationContext
SSLSecurityContext.
-
-
Constructor Summary
Constructors Constructor Description SSLAuthenticationContext(SecurityMechanism securityMechanism, InetAddress clientAddress, io.undertow.security.api.SecurityContext securityContext, SSLSession sslSession)
Creates a newSSLAuthenticationContext
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSLSession
getSSLSession()
Gets the current ssl session information.-
Methods inherited from class io.streamthoughts.azkarra.http.security.auth.UndertowAuthenticationContext
getAuthentication, getClientAddress, getSecurityMechanism, setAuthentication, unwrap
-
-
-
-
Constructor Detail
-
SSLAuthenticationContext
public SSLAuthenticationContext(SecurityMechanism securityMechanism, InetAddress clientAddress, io.undertow.security.api.SecurityContext securityContext, SSLSession sslSession)
Creates a newSSLAuthenticationContext
instance.- Parameters:
clientAddress
- theInetAddress
of the client.securityContext
- the undertowSecurityContext
instance.sslSession
- theSSLSession
instance.
-
-
Method Detail
-
getSSLSession
public SSLSession getSSLSession()
Gets the current ssl session information.- Returns:
- the
SSLSession
instance.
-
-