Enum Class AuthenticationMethod
- All Implemented Interfaces:
cn.herodotus.engine.core.definition.enums.BaseUiEnum<String>,cn.herodotus.engine.core.definition.enums.EnumDescription,cn.herodotus.engine.core.definition.enums.EnumValue<String>,Serializable,Comparable<AuthenticationMethod>,Constable
public enum AuthenticationMethod
extends Enum<AuthenticationMethod>
implements cn.herodotus.engine.core.definition.enums.BaseUiEnum<String>
Description: 客户端身份验证模式
- Author:
- : gengwei.zheng
- Date:
- : 2022/3/17 14:49
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionenum -
Method Summary
Modifier and TypeMethodDescriptionstatic AuthenticationMethodgetValue()static AuthenticationMethodReturns the enum constant of this class with the specified name.static AuthenticationMethod[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CLIENT_SECRET_BASIC
enum -
CLIENT_SECRET_POST
-
CLIENT_SECRET_JWT
-
PRIVATE_KEY_JWT
-
NONE
-
TLS_CLIENT_AUTH
-
SELF_SIGNED_TLS_CLIENT_AUTH
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
get
-
getPreprocessedJsonStructure
-
getDescription
- Specified by:
getDescriptionin interfacecn.herodotus.engine.core.definition.enums.EnumDescription
-
getValue
- Specified by:
getValuein interfacecn.herodotus.engine.core.definition.enums.EnumValue<String>
-