Class AuthenticationServiceFactory

java.lang.Object
org.glassfish.security.services.impl.ServiceFactory
org.glassfish.security.services.impl.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 Details

    • AuthenticationServiceFactory

      public AuthenticationServiceFactory()
  • Method Details

    • provide

      public AuthenticationService provide()
      Specified by:
      provide in interface org.glassfish.hk2.api.Factory<AuthenticationService>
    • dispose

      public void dispose(AuthenticationService instance)
      Specified by:
      dispose in interface org.glassfish.hk2.api.Factory<AuthenticationService>
    • getAuthenticationServiceConfiguration

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