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
    • 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