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 (package private) SingleSignOnConfiguration
convert()
Deprecated.String
getCookieName()
Deprecated.String
getDomain()
Deprecated.String
getPath()
Deprecated.boolean
isHttpOnly()
Deprecated.boolean
isSecure()
Deprecated.
-
-
-
Method Detail
-
getCookieName
public String getCookieName()
Deprecated.
-
getDomain
public String getDomain()
Deprecated.
-
getPath
public String getPath()
Deprecated.
-
isSecure
public boolean isSecure()
Deprecated.
-
isHttpOnly
public boolean isHttpOnly()
Deprecated.
-
convert
SingleSignOnConfiguration convert()
Deprecated.
-
-