Uses of Enum Class
ru.cg.webbpm.modules.security.api.auth.AuthMethod
Packages that use AuthMethod
-
Uses of AuthMethod in ru.cg.webbpm.modules.security.api.auth
Methods in ru.cg.webbpm.modules.security.api.auth that return AuthMethodModifier and TypeMethodDescriptionstatic AuthMethod
Returns the enum constant of this class with the specified name.static AuthMethod[]
AuthMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AuthMethod in ru.cg.webbpm.modules.security.api.util
Methods in ru.cg.webbpm.modules.security.api.util that return types with arguments of type AuthMethodModifier and TypeMethodDescriptionstatic List<AuthMethod>
EngineSecurityUtils.getEnvironmentAuthMethods
(org.springframework.core.env.Environment environment)