Uses of Interface
org.wildfly.security.http.util.sso.SingleSignOnSession
-
Uses of SingleSignOnSession in org.wildfly.security.http.util.sso
Classes in org.wildfly.security.http.util.sso that implement SingleSignOnSessionModifier and TypeClassDescriptionclassSingleSignOnSessionthat delegates its persistence strategy to aSingleSignOnManager.Methods in org.wildfly.security.http.util.sso that return SingleSignOnSessionModifier and TypeMethodDescriptionDefaultSingleSignOnSessionFactory.create(HttpServerRequest request, String mechanismName, boolean programmatic) SingleSignOnSessionFactory.create(HttpServerRequest request, String mechanismName, boolean programmatic) Creates a newSingleSignOnSessionfor the specified request and authentication mechanism.DefaultSingleSignOnSessionFactory.find(String id, HttpServerRequest request) SingleSignOnSessionFactory.find(String id, HttpServerRequest request) Returns aSingleSignOnSessioninstance associated with the specified identifier and request.