Class ServletSingleSignOnAuthenticationMechainism
java.lang.Object
io.undertow.security.impl.SingleSignOnAuthenticationMechanism
io.undertow.servlet.handlers.security.ServletSingleSignOnAuthenticationMechanism
io.undertow.servlet.handlers.security.ServletSingleSignOnAuthenticationMechainism
- All Implemented Interfaces:
AuthenticationMechanism
@Deprecated
public class ServletSingleSignOnAuthenticationMechainism
extends ServletSingleSignOnAuthenticationMechanism
Deprecated.
This class name has a type, kept for backwards compatibility reasons
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.undertow.security.api.AuthenticationMechanism
AuthenticationMechanism.AuthenticationMechanismOutcome, AuthenticationMechanism.ChallengeResult -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Methods inherited from class io.undertow.servlet.handlers.security.ServletSingleSignOnAuthenticationMechanism
getSessionMethods inherited from class io.undertow.security.impl.SingleSignOnAuthenticationMechanism
authenticate, getCookieName, getDomain, getPath, isHttpOnly, isSecure, sendChallenge, setCookieName, setDomain, setHttpOnly, setPath, setSecure
-
Constructor Details
-
ServletSingleSignOnAuthenticationMechainism
Deprecated.
-