Interface AuthenticationService

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, SecurityConfiguration

public interface AuthenticationService extends SecurityConfiguration
The AuthenticationService Configuration
  • Method Details

    • 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