Class SsoHelper


  • public class SsoHelper
    extends java.lang.Object
    This class has the logic used by all 3 AD user sources to handle a single-sign-on (SSO) request. If SSO is disabled or the login request isn't SSO, this helper merely calls back into the AD user source to do it's normal authentication logic.
    • Method Detail

      • authenticateAdSso

        protected AuthenticatedUser authenticateAdSso​(AuthChallenge challenge)
                                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • setEnabled

        public void setEnabled​(boolean enabled)
      • setDomain

        public void setDomain​(java.lang.String domain)