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 Details

    • SingleSignOnConfiguration

      public SingleSignOnConfiguration(String cookieName, String domain, String path, boolean httpOnly, boolean secure)
      Deprecated.
  • Method Details

    • 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.