Uses of Interface
org.wildfly.security.http.util.sso.SingleSignOn
-
Uses of SingleSignOn in org.wildfly.security.http.util.sso
Classes in org.wildfly.security.http.util.sso that implement SingleSignOnModifier and TypeClassDescriptionclassSingleSignOnimplementation backed by aDefaultSingleSignOnEntry.Methods in org.wildfly.security.http.util.sso that return SingleSignOnModifier and TypeMethodDescriptionDefaultSingleSignOnManager.create(String mechanismName, boolean programmatic, SecurityIdentity identity) SingleSignOnManager.create(String mechanismName, boolean programmatic, SecurityIdentity identity) Creates a single sign-on entry using the specified mechanism and security identityLocates the single sign-on entry with the specified identifier, or null if none exists.Constructors in org.wildfly.security.http.util.sso with parameters of type SingleSignOnModifierConstructorDescriptionDefaultSingleSignOnSession(SingleSignOnSessionContext context, HttpServerRequest request, SingleSignOn sso)