@Singleton public class AuthenticationServiceFactory extends ServiceFactory implements org.glassfish.hk2.api.Factory<AuthenticationService>
| Constructor and Description |
|---|
AuthenticationServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(AuthenticationService instance) |
static AuthenticationService |
getAuthenticationServiceConfiguration(com.sun.enterprise.config.serverbeans.Domain domain)
Helper function to obtain the Authentication Service configuration from the Domain.
|
AuthenticationService |
provide() |
getSecurityServiceConfigurationpublic AuthenticationService provide()
provide in interface org.glassfish.hk2.api.Factory<AuthenticationService>public void dispose(AuthenticationService instance)
dispose in interface org.glassfish.hk2.api.Factory<AuthenticationService>public static AuthenticationService getAuthenticationServiceConfiguration(com.sun.enterprise.config.serverbeans.Domain domain)
Copyright © 2013. All Rights Reserved.