Stable verification error/success codes. More...
Public Member Functions | |
| String | code () |
| VerificationCode (final String code) | |
Public Attributes | |
| BAD_AUD =("bad_aud") | |
| BAD_FORMAT =("bad_format") | |
| BAD_ISS =("bad_iss") | |
| BAD_SIGNATURE =("bad_signature") | |
| BAD_TOKEN_TYPE =("bad_token_type") | |
| MISSING_CLIENT_ID =("missing_client_id") | |
| MISSING_SUB =("missing_sub") | |
| OK =("ok") | |
| TOKEN_EXPIRED =("token_expired") | |
| TOKEN_NOT_BEFORE =("token_not_before") | |
| UNSUPPORTED_ALG =("unsupported_alg") | |
| VERIFY_EXCEPTION =("verify_exception") | |
Stable verification error/success codes.
Definition at line 30 of file VerificationCode.java.
| dev.rafex.ether.jwt.VerificationCode.VerificationCode | ( | final String | code | ) |
Definition at line 46 of file VerificationCode.java.
| String dev.rafex.ether.jwt.VerificationCode.code | ( | ) |
Definition at line 50 of file VerificationCode.java.
| dev.rafex.ether.jwt.VerificationCode.BAD_AUD =("bad_aud") |
Definition at line 37 of file VerificationCode.java.
Referenced by dev.rafex.ether.jwt.internal.TokenValidator.validate().
| dev.rafex.ether.jwt.VerificationCode.BAD_FORMAT =("bad_format") |
Definition at line 32 of file VerificationCode.java.
Referenced by dev.rafex.ether.jwt.internal.TokenValidator.validate(), and dev.rafex.ether.jwt.DefaultTokenVerifier.verify().
| dev.rafex.ether.jwt.VerificationCode.BAD_ISS =("bad_iss") |
Definition at line 36 of file VerificationCode.java.
Referenced by dev.rafex.ether.jwt.internal.TokenValidator.validate().
| dev.rafex.ether.jwt.VerificationCode.BAD_SIGNATURE =("bad_signature") |
Definition at line 33 of file VerificationCode.java.
Referenced by dev.rafex.ether.jwt.DefaultTokenVerifier.verify().
| dev.rafex.ether.jwt.VerificationCode.BAD_TOKEN_TYPE =("bad_token_type") |
Definition at line 40 of file VerificationCode.java.
Referenced by dev.rafex.ether.jwt.internal.TokenValidator.validate().
| dev.rafex.ether.jwt.VerificationCode.MISSING_CLIENT_ID =("missing_client_id") |
Definition at line 41 of file VerificationCode.java.
Referenced by dev.rafex.ether.jwt.internal.TokenValidator.validate().
| dev.rafex.ether.jwt.VerificationCode.MISSING_SUB =("missing_sub") |
Definition at line 38 of file VerificationCode.java.
Referenced by dev.rafex.ether.jwt.internal.TokenValidator.validate().
| dev.rafex.ether.jwt.VerificationCode.OK =("ok") |
Definition at line 31 of file VerificationCode.java.
Referenced by dev.rafex.ether.jwt.VerificationResult.ok(), dev.rafex.ether.jwt.internal.TokenValidator.validate(), and dev.rafex.ether.jwt.DefaultTokenVerifier.verify().
| dev.rafex.ether.jwt.VerificationCode.TOKEN_EXPIRED =("token_expired") |
Definition at line 34 of file VerificationCode.java.
Referenced by dev.rafex.ether.jwt.internal.TokenValidator.validate().
| dev.rafex.ether.jwt.VerificationCode.TOKEN_NOT_BEFORE =("token_not_before") |
Definition at line 35 of file VerificationCode.java.
Referenced by dev.rafex.ether.jwt.internal.TokenValidator.validate().
| dev.rafex.ether.jwt.VerificationCode.UNSUPPORTED_ALG =("unsupported_alg") |
Definition at line 39 of file VerificationCode.java.
Referenced by dev.rafex.ether.jwt.DefaultTokenVerifier.verify().
| dev.rafex.ether.jwt.VerificationCode.VERIFY_EXCEPTION =("verify_exception") |
Definition at line 42 of file VerificationCode.java.
Referenced by dev.rafex.ether.jwt.DefaultTokenVerifier.verify().