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

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

    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 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 class io.undertow.security.impl.SingleSignOnAuthenticationMechanism