Interface AuthenticationService
-
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy,SecurityConfiguration
public interface AuthenticationService extends SecurityConfiguration
The AuthenticationService Configuration
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.glassfish.security.services.config.SecurityConfiguration
SecurityConfiguration.Duck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetUsePasswordCredential()Determines 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, getParent
-
Methods inherited from interface org.glassfish.security.services.config.SecurityConfiguration
getDefault, getName, getSecurityProviderByName, getSecurityProviders, setDefault, setName
-
-
-
-
Method Detail
-
getUsePasswordCredential
boolean getUsePasswordCredential()
Determines if the Authentication Service instance should use a GlassFish AuthRealm PasswordCredential with the LoginModule(s).
-
setUsePasswordCredential
void setUsePasswordCredential(boolean value) throws PropertyVetoException- Throws:
PropertyVetoException
-
-