Class JwtUtils.ErrorInfo
java.lang.Object
io.confluent.security.util.JwtUtils.ErrorInfo
- Enclosing class:
JwtUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final List<io.confluent.security.util.JwtUtils.MapSource> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<io.confluent.security.util.JwtUtils.MapSource> details()booleaninthashCode()voididentityInfo(String key, Object value) voididentityInfo(Map.Entry<String, Object> entry) static JwtUtils.ErrorInfomkErrorInfo(AuthenticationExceptionReasonCodes.ErrorTypes reasonCode, Integer joseErrorCode, String details) static JwtUtils.ErrorInfomkErrorInfo(AuthenticationExceptionReasonCodes.ErrorTypes reasonCode, Integer joseErrorCode, String details, List<io.confluent.security.util.JwtUtils.MapSource> suppliers) static JwtUtils.ErrorInfomkErrorInfo(AuthenticationExceptionReasonCodes.ErrorTypes reasonCode, Integer joseErrorCode, String details, Map<String, Object> relatedClaims, List<io.confluent.security.util.JwtUtils.MapSource> suppliers) voidrelatedClaims(String key, Object value) voidrelatedClaims(Map.Entry<String, Object> entry) toString()
-
Field Details
-
IDENTITY_SUPPLIERS
-
-
Constructor Details
-
ErrorInfo
-
-
Method Details
-
equals
-
hashCode
-
mkErrorInfo
public static JwtUtils.ErrorInfo mkErrorInfo(AuthenticationExceptionReasonCodes.ErrorTypes reasonCode, Integer joseErrorCode, String details) -
mkErrorInfo
public static JwtUtils.ErrorInfo mkErrorInfo(AuthenticationExceptionReasonCodes.ErrorTypes reasonCode, Integer joseErrorCode, String details, List<io.confluent.security.util.JwtUtils.MapSource> suppliers) -
mkErrorInfo
public static JwtUtils.ErrorInfo mkErrorInfo(AuthenticationExceptionReasonCodes.ErrorTypes reasonCode, Integer joseErrorCode, String details, Map<String, Object> relatedClaims, List<io.confluent.security.util.JwtUtils.MapSource> suppliers) -
reasonCode
-
details
-
claimSuppliers
-
identityInfo
-
identityInfo
-
getIdentityInfo
-
getRelatedClaims
-
toString
-