Class AuthenticationServiceFactory

  • All Implemented Interfaces:
    org.glassfish.hk2.api.Factory<AuthenticationService>

    @Singleton
    public class AuthenticationServiceFactory
    extends ServiceFactory
    implements org.glassfish.hk2.api.Factory<AuthenticationService>
    The factory of AuthenticationService instances used by the SecurityScopeContext.
    • Constructor Detail

      • AuthenticationServiceFactory

        public AuthenticationServiceFactory()
    • Method Detail

      • getAuthenticationServiceConfiguration

        public static AuthenticationService getAuthenticationServiceConfiguration​(com.sun.enterprise.config.serverbeans.Domain domain)
        Helper function to obtain the Authentication Service configuration from the Domain.