| Interface | Description |
|---|---|
| AuthenticationErrorInfo |
This interface is used to specify extra payload in case
AuthenticationException
occurs. |
| Authenticator<C extends Credential,P extends Principal> |
Validates user-provided credentials and returns a
Principal. |
| Class | Description |
|---|---|
| AdmissionController | |
| AuthenticationConfig<C extends Credential,P extends Principal> |
Configures a
Authenticator instance. |
| AuthenticationErrorInfo.GeneralInfo | |
| AuthenticationErrorInfo.JwtClaimsInfo | |
| AuthenticationExceptionReasonCodes |
| Enum | Description |
|---|---|
| AuthenticationConfig.Kind | |
| AuthenticationExceptionReasonCodes.ErrorTypes |
Enum to encapsulate Jose4J error codes
|
| Exception | Description |
|---|---|
| AuthenticationException |