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:
io.undertow.security.api.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

    io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome, io.undertow.security.api.AuthenticationMechanism.ChallengeResult
  • Constructor Summary

    Constructors
    Constructor
    Description
    ServletSingleSignOnAuthenticationMechainism(io.undertow.security.impl.SingleSignOnManager storage)
    Deprecated.
     
  • Method Summary

    Methods inherited from class io.undertow.servlet.handlers.security.ServletSingleSignOnAuthenticationMechanism

    getSession

    Methods inherited from class io.undertow.security.impl.SingleSignOnAuthenticationMechanism

    authenticate, getCookieName, getDomain, getPath, isHttpOnly, isSecure, sendChallenge, setCookieName, setDomain, setHttpOnly, setPath, setSecure

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ServletSingleSignOnAuthenticationMechainism

      public ServletSingleSignOnAuthenticationMechainism(io.undertow.security.impl.SingleSignOnManager storage)
      Deprecated.