Uses of Class
org.glassfish.embeddable.web.config.AuthMethod
-
Packages that use AuthMethod Package Description org.glassfish.embeddable.web.config Provides classes to configure embedded WebContainer. -
-
Uses of AuthMethod in org.glassfish.embeddable.web.config
Methods in org.glassfish.embeddable.web.config that return AuthMethod Modifier and Type Method Description AuthMethodLoginConfig. getAuthMethod()Gets the auth method for the contextstatic AuthMethodAuthMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthMethod[]AuthMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.embeddable.web.config with parameters of type AuthMethod Modifier and Type Method Description voidLoginConfig. setAuthMethod(AuthMethod authMethod)Set the authentication scheme to be used for a given contextConstructors in org.glassfish.embeddable.web.config with parameters of type AuthMethod Constructor Description LoginConfig(AuthMethod authMethod, String name)
-