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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose(AuthenticationService instance) static AuthenticationServicegetAuthenticationServiceConfiguration(com.sun.enterprise.config.serverbeans.Domain domain) Helper function to obtain the Authentication Service configuration from the Domain.provide()Methods inherited from class org.glassfish.security.services.impl.ServiceFactory
getSecurityServiceConfiguration
-
Constructor Details
-
AuthenticationServiceFactory
public AuthenticationServiceFactory()
-
-
Method Details
-
provide
- Specified by:
providein interfaceorg.glassfish.hk2.api.Factory<AuthenticationService>
-
dispose
- Specified by:
disposein interfaceorg.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.
-