Class SingleSignOnConfiguration
- java.lang.Object
-
- org.wildfly.security.http.util.sso.SingleSignOnConfiguration
-
public class SingleSignOnConfiguration extends Object
The relevent configuration for SingleSignOn.- Author:
- Pedro Igor
-
-
Constructor Summary
Constructors Constructor Description SingleSignOnConfiguration(String cookieName, String domain, String path, boolean httpOnly, boolean secure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCookieName()
String
getDomain()
String
getPath()
boolean
isHttpOnly()
boolean
isSecure()
-