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 SingleSignOnSession Modifier and Type Class Description classDefaultSingleSignOnSessionSingleSignOnSessionthat delegates its persistence strategy to aSingleSignOnManager.Methods in org.wildfly.security.http.util.sso that return SingleSignOnSession Modifier and Type Method Description SingleSignOnSessionDefaultSingleSignOnSessionFactory. create(HttpServerRequest request, String mechanismName, boolean programmatic)SingleSignOnSessionSingleSignOnSessionFactory. create(HttpServerRequest request, String mechanismName, boolean programmatic)Creates a newSingleSignOnSessionfor the specified request and authentication mechanism.SingleSignOnSessionDefaultSingleSignOnSessionFactory. find(String id, HttpServerRequest request)SingleSignOnSessionSingleSignOnSessionFactory. find(String id, HttpServerRequest request)Returns aSingleSignOnSessioninstance associated with the specified identifier and request.
-