Uses of Enum
com.alibaba.cloud.commons.governance.auth.condition.AuthCondition.ValidationType
Packages that use AuthCondition.ValidationType
-
Uses of AuthCondition.ValidationType in com.alibaba.cloud.commons.governance.auth.condition
Methods in com.alibaba.cloud.commons.governance.auth.condition that return AuthCondition.ValidationTypeModifier and TypeMethodDescriptionAuthCondition.getType()static AuthCondition.ValidationTypeReturns the enum constant of this type with the specified name.static AuthCondition.ValidationType[]AuthCondition.ValidationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.cloud.commons.governance.auth.condition with parameters of type AuthCondition.ValidationTypeConstructors in com.alibaba.cloud.commons.governance.auth.condition with parameters of type AuthCondition.ValidationTypeModifierConstructorDescriptionAuthCondition(AuthCondition.ValidationType type, Matcher matcher) AuthCondition(AuthCondition.ValidationType type, String key, Matcher matcher)