Class SingleSignOnServerMechanismFactory.SingleSignOnConfiguration

    • Field Detail

      • cookieName

        private final String cookieName
        Deprecated.
      • domain

        private final String domain
        Deprecated.
      • path

        private final String path
        Deprecated.
      • httpOnly

        private final boolean httpOnly
        Deprecated.
      • secure

        private final boolean secure
        Deprecated.
    • Constructor Detail

      • SingleSignOnConfiguration

        public SingleSignOnConfiguration​(String cookieName,
                                         String domain,
                                         String path,
                                         boolean httpOnly,
                                         boolean secure)
        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.