Class ServletSingleSignOnAuthenticationMechanism
java.lang.Object
io.undertow.security.impl.SingleSignOnAuthenticationMechanism
io.undertow.servlet.handlers.security.ServletSingleSignOnAuthenticationMechanism
- All Implemented Interfaces:
io.undertow.security.api.AuthenticationMechanism
- Direct Known Subclasses:
ServletSingleSignOnAuthenticationMechainism
public class ServletSingleSignOnAuthenticationMechanism
extends io.undertow.security.impl.SingleSignOnAuthenticationMechanism
Servlet version of the single sign on authentication mechanism.
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.undertow.security.api.AuthenticationMechanism
io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome, io.undertow.security.api.AuthenticationMechanism.ChallengeResult
-
Constructor Summary
ConstructorsConstructorDescriptionServletSingleSignOnAuthenticationMechanism
(io.undertow.security.impl.SingleSignOnManager storage) -
Method Summary
Modifier and TypeMethodDescriptionprotected io.undertow.server.session.Session
getSession
(io.undertow.server.HttpServerExchange exchange) Methods inherited from class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
authenticate, getCookieName, getDomain, getPath, isHttpOnly, isSecure, sendChallenge, setCookieName, setDomain, setHttpOnly, setPath, setSecure
-
Constructor Details
-
ServletSingleSignOnAuthenticationMechanism
public ServletSingleSignOnAuthenticationMechanism(io.undertow.security.impl.SingleSignOnManager storage)
-
-
Method Details
-
getSession
protected io.undertow.server.session.Session getSession(io.undertow.server.HttpServerExchange exchange) - Overrides:
getSession
in classio.undertow.security.impl.SingleSignOnAuthenticationMechanism
-