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
ConstructorsConstructorDescriptionSingleSignOnConfiguration(String cookieName, String domain, String path, boolean httpOnly, boolean secure) Deprecated. -
Method Summary
-
Constructor Details
-
Method Details
-
getCookieName
Deprecated. -
getDomain
Deprecated. -
getPath
Deprecated. -
isSecure
public boolean isSecure()Deprecated. -
isHttpOnly
public boolean isHttpOnly()Deprecated.
-