All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
List<io.confluent.security.util.JwtUtils.MapSource> |
claimSuppliers() |
String |
details() |
boolean |
equals(Object errorInfo) |
Map<String,Object> |
getIdentityInfo() |
Map<String,Object> |
getRelatedClaims() |
int |
hashCode() |
void |
identityInfo(Map.Entry<String,Object> entry) |
void |
identityInfo(String key,
Object value) |
static JwtUtils.ErrorInfo |
mkErrorInfo(AuthenticationExceptionReasonCodes.ErrorTypes reasonCode,
Integer joseErrorCode,
String details) |
static JwtUtils.ErrorInfo |
mkErrorInfo(AuthenticationExceptionReasonCodes.ErrorTypes reasonCode,
Integer joseErrorCode,
String details,
List<io.confluent.security.util.JwtUtils.MapSource> suppliers) |
static JwtUtils.ErrorInfo |
mkErrorInfo(AuthenticationExceptionReasonCodes.ErrorTypes reasonCode,
Integer joseErrorCode,
String details,
Map<String,Object> relatedClaims,
List<io.confluent.security.util.JwtUtils.MapSource> suppliers) |
AuthenticationExceptionReasonCodes.ErrorTypes |
reasonCode() |
void |
relatedClaims(Map.Entry<String,Object> entry) |
void |
relatedClaims(String key,
Object value) |
String |
toString() |