@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(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(Domain domain)
Copyright © 2019. All rights reserved.