Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected 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
      • Methods inherited from class java.lang.Object

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

      • ServletSingleSignOnAuthenticationMechanism

        public ServletSingleSignOnAuthenticationMechanism​(io.undertow.security.impl.SingleSignOnManager storage)
    • Method Detail

      • getSession

        protected io.undertow.server.session.Session getSession​(io.undertow.server.HttpServerExchange exchange)
        Overrides:
        getSession in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism