Interface AuthenticationService
-
- All Superinterfaces:
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 StringgetUsePasswordCredential()Determines if the Authentication Service instance should use a GlassFish AuthRealm PasswordCredential with the LoginModule(s).voidsetUsePasswordCredential(String 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
String getUsePasswordCredential()
Determines if the Authentication Service instance should use a GlassFish AuthRealm PasswordCredential with the LoginModule(s).
-
setUsePasswordCredential
void setUsePasswordCredential(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
-