Uses of Enum Class
com.cloudforge.core.enums.AuthMode
Packages that use AuthMode
-
Uses of AuthMode in com.cloudforge.core.config
Fields in com.cloudforge.core.config declared as AuthMode -
Uses of AuthMode in com.cloudforge.core.enums
Methods in com.cloudforge.core.enums that return AuthModeModifier and TypeMethodDescriptionstatic AuthModeAuthMode.fromString(String value) Parse auth mode from string (case-insensitive).static AuthModeReturns the enum constant of this class with the specified name.static AuthMode[]AuthMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AuthMode in com.cloudforgeci.api.core
Methods in com.cloudforgeci.api.core that return AuthMode