Class SingleSignOnServerMechanismFactory.SingleSignOnConfiguration
- java.lang.Object
-
- org.wildfly.security.http.util.sso.SingleSignOnServerMechanismFactory.SingleSignOnConfiguration
-
- Enclosing class:
- SingleSignOnServerMechanismFactory
@Deprecated public static final class SingleSignOnServerMechanismFactory.SingleSignOnConfiguration extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description SingleSignOnConfiguration(String cookieName, String domain, String path, boolean httpOnly, boolean secure)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetCookieName()Deprecated.StringgetDomain()Deprecated.StringgetPath()Deprecated.booleanisHttpOnly()Deprecated.booleanisSecure()Deprecated.
-