Uses of Class
io.undertow.security.impl.SingleSignOnAuthenticationMechanism
-
Packages that use SingleSignOnAuthenticationMechanism Package Description io.undertow.security.impl io.undertow.servlet.handlers.security -
-
Uses of SingleSignOnAuthenticationMechanism in io.undertow.security.impl
Methods in io.undertow.security.impl that return SingleSignOnAuthenticationMechanism Modifier and Type Method Description SingleSignOnAuthenticationMechanismSingleSignOnAuthenticationMechanism. setCookieName(String cookieName)SingleSignOnAuthenticationMechanismSingleSignOnAuthenticationMechanism. setDomain(String domain)SingleSignOnAuthenticationMechanismSingleSignOnAuthenticationMechanism. setHttpOnly(boolean httpOnly)SingleSignOnAuthenticationMechanismSingleSignOnAuthenticationMechanism. setPath(String path)SingleSignOnAuthenticationMechanismSingleSignOnAuthenticationMechanism. setSecure(boolean secure) -
Uses of SingleSignOnAuthenticationMechanism in io.undertow.servlet.handlers.security
Subclasses of SingleSignOnAuthenticationMechanism in io.undertow.servlet.handlers.security Modifier and Type Class Description classServletSingleSignOnAuthenticationMechainismDeprecated.classServletSingleSignOnAuthenticationMechanismServlet version of the single sign on authentication mechanism.
-