Interface AuthenticationService
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy,SecurityConfiguration
The AuthenticationService Configuration
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines if the Authentication Service instance should use a GlassFish AuthRealm PasswordCredential with the LoginModule(s).voidsetUsePasswordCredential(boolean value) Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParentMethods inherited from interface org.glassfish.security.services.config.SecurityConfiguration
getDefault, getName, getSecurityProviderByName, getSecurityProviders, setDefault, setName
-
Method Details
-
getUsePasswordCredential
boolean getUsePasswordCredential()Determines if the Authentication Service instance should use a GlassFish AuthRealm PasswordCredential with the LoginModule(s). -
setUsePasswordCredential
- Throws:
PropertyVetoException
-