Uses of Enum Class
org.apache.camel.spi.OAuthTokenValidationResult.ErrorCode
Packages that use OAuthTokenValidationResult.ErrorCode
-
Uses of OAuthTokenValidationResult.ErrorCode in org.apache.camel.spi
Subclasses with type arguments of type OAuthTokenValidationResult.ErrorCode in org.apache.camel.spiModifier and TypeClassDescriptionstatic enumStable validation failure categories for rejected bearer tokens.Methods in org.apache.camel.spi that return OAuthTokenValidationResult.ErrorCodeModifier and TypeMethodDescription@Nullable OAuthTokenValidationResult.ErrorCodeOAuthTokenValidationResult.getErrorCode()Stable validation failure category when the token is invalid, or null when valid.Returns the enum constant of this class with the specified name.static OAuthTokenValidationResult.ErrorCode[]OAuthTokenValidationResult.ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.spi with parameters of type OAuthTokenValidationResult.ErrorCodeModifier and TypeMethodDescriptionstatic OAuthTokenValidationResultOAuthTokenValidationResult.invalid(OAuthTokenValidationResult.ErrorCode errorCode, String error) Creates a result for a token that failed validation.