Uses of Class
jetbrains.buildServer.serverSide.auth.AuthModuleSecondFactorPolicy
-
Packages that use AuthModuleSecondFactorPolicy Package Description jetbrains.buildServer.serverSide.auth -
-
Uses of AuthModuleSecondFactorPolicy in jetbrains.buildServer.serverSide.auth
Methods in jetbrains.buildServer.serverSide.auth that return AuthModuleSecondFactorPolicy Modifier and Type Method Description static AuthModuleSecondFactorPolicy
AuthModuleSecondFactorPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthModuleSecondFactorPolicy[]
AuthModuleSecondFactorPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-