public class PrincipalMessages_$bundle extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static PrincipalMessages_$bundle |
INSTANCE |
static io.smallrye.jwt.auth.principal.PrincipalMessages |
msg |
| Modifier | Constructor and Description |
|---|---|
protected |
PrincipalMessages_$bundle() |
public static final PrincipalMessages_$bundle INSTANCE
public static final io.smallrye.jwt.auth.principal.PrincipalMessages msg
protected Object readResolve()
protected Locale getLoggingLocale()
protected String failedToVerifyToken$str()
public final ParseException failedToVerifyToken(Throwable throwable)
protected String claimNotFound$str()
public final org.jose4j.jwt.consumer.InvalidJwtException claimNotFound(Function<String,org.jose4j.jwt.consumer.InvalidJwtException> fn)
protected String failedToLoadKey$str()
public final org.jose4j.lang.UnresolvableKeyException failedToLoadKey(Throwable throwable)
protected String failedToLoadKeyFromLocation$str()
public final org.jose4j.lang.UnresolvableKeyException failedToLoadKeyFromLocation(String location, Throwable throwable)
protected String failedToLoadKeyWhileResolving$str()
public final org.jose4j.lang.UnresolvableKeyException failedToLoadKeyWhileResolving()
protected String failedToLoadKeyFromLocationWhileResolving$str()
public final org.jose4j.lang.UnresolvableKeyException failedToLoadKeyFromLocationWhileResolving(String location)
protected String invalidTokenKid$str()
public final org.jose4j.lang.UnresolvableKeyException invalidTokenKid()
protected String resourceNotFound$str()
public final IOException resourceNotFound(String resourceName)
protected String invalidIatExp$str()
public final ParseException invalidIatExp()
protected String expExceeded$str()
public final ParseException expExceeded(org.jose4j.jwt.NumericDate exp, long maxTimeToLiveSecs, org.jose4j.jwt.NumericDate iat)
protected String missingClaims$str()
public final org.jose4j.jwt.consumer.InvalidJwtException missingClaims(Function<String,org.jose4j.jwt.consumer.InvalidJwtException> fn)
protected String verificationKeyUnresolvable$str()
public final ParseException verificationKeyUnresolvable()
protected String decryptionKeyUnresolvable$str()
public final ParseException decryptionKeyUnresolvable(Throwable throwable)
protected String encryptedTokenSequenceInvalid$str()
public final ParseException encryptedTokenSequenceInvalid(Throwable throwable)
protected String failedToLoadCertificates$str()
public final ParseException failedToLoadCertificates()
protected String failedToVerifyIatExp$str()
public final ParseException failedToVerifyIatExp(org.jose4j.jwt.NumericDate exp, org.jose4j.jwt.NumericDate iat)
protected String encryptedTokenMissingContentType$str()
public final ParseException encryptedTokenMissingContentType()
Copyright © 2018–2021. All rights reserved.