Package io.smallrye.jwt.auth.principal
Class PrincipalMessages_$bundle
- java.lang.Object
-
- io.smallrye.jwt.auth.principal.PrincipalMessages_$bundle
-
- All Implemented Interfaces:
Serializable
public class PrincipalMessages_$bundle extends Object implements Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static PrincipalMessages_$bundleINSTANCEstatic io.smallrye.jwt.auth.principal.PrincipalMessagesmsg
-
Constructor Summary
Constructors Modifier Constructor Description protectedPrincipalMessages_$bundle()
-
Method Summary
-
-
-
Field Detail
-
INSTANCE
public static final PrincipalMessages_$bundle INSTANCE
-
msg
public static final io.smallrye.jwt.auth.principal.PrincipalMessages msg
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
failedToVerifyToken$str
protected String failedToVerifyToken$str()
-
failedToVerifyToken
public final ParseException failedToVerifyToken(Throwable throwable)
-
claimNotFound$str
protected String claimNotFound$str()
-
claimNotFound
public final org.jose4j.jwt.consumer.InvalidJwtException claimNotFound(Function<String,org.jose4j.jwt.consumer.InvalidJwtException> fn)
-
failedToLoadKey$str
protected String failedToLoadKey$str()
-
failedToLoadKey
public final org.jose4j.lang.UnresolvableKeyException failedToLoadKey(Throwable throwable)
-
failedToLoadKeyFromLocation$str
protected String failedToLoadKeyFromLocation$str()
-
failedToLoadKeyFromLocation
public final org.jose4j.lang.UnresolvableKeyException failedToLoadKeyFromLocation(String location, Throwable throwable)
-
failedToLoadKeyWhileResolving$str
protected String failedToLoadKeyWhileResolving$str()
-
failedToLoadKeyWhileResolving
public final org.jose4j.lang.UnresolvableKeyException failedToLoadKeyWhileResolving()
-
failedToLoadKeyFromLocationWhileResolving$str
protected String failedToLoadKeyFromLocationWhileResolving$str()
-
failedToLoadKeyFromLocationWhileResolving
public final org.jose4j.lang.UnresolvableKeyException failedToLoadKeyFromLocationWhileResolving(String location)
-
invalidTokenKid$str
protected String invalidTokenKid$str()
-
invalidTokenKid
public final org.jose4j.lang.UnresolvableKeyException invalidTokenKid()
-
resourceNotFound$str
protected String resourceNotFound$str()
-
resourceNotFound
public final IOException resourceNotFound(String resourceName)
-
invalidIatExp$str
protected String invalidIatExp$str()
-
invalidIatExp
public final ParseException invalidIatExp()
-
expExceeded$str
protected String expExceeded$str()
-
expExceeded
public final ParseException expExceeded(org.jose4j.jwt.NumericDate exp, long maxTimeToLiveSecs, org.jose4j.jwt.NumericDate iat)
-
missingClaims$str
protected String missingClaims$str()
-
missingClaims
public final org.jose4j.jwt.consumer.InvalidJwtException missingClaims(Function<String,org.jose4j.jwt.consumer.InvalidJwtException> fn)
-
verificationKeyUnresolvable$str
protected String verificationKeyUnresolvable$str()
-
verificationKeyUnresolvable
public final ParseException verificationKeyUnresolvable()
-
decryptionKeyUnresolvable$str
protected String decryptionKeyUnresolvable$str()
-
decryptionKeyUnresolvable
public final ParseException decryptionKeyUnresolvable(Throwable throwable)
-
encryptedTokenSequenceInvalid$str
protected String encryptedTokenSequenceInvalid$str()
-
encryptedTokenSequenceInvalid
public final ParseException encryptedTokenSequenceInvalid(Throwable throwable)
-
failedToLoadCertificates$str
protected String failedToLoadCertificates$str()
-
failedToLoadCertificates
public final ParseException failedToLoadCertificates()
-
failedToVerifyIatExp$str
protected String failedToVerifyIatExp$str()
-
failedToVerifyIatExp
public final ParseException failedToVerifyIatExp(org.jose4j.jwt.NumericDate exp, org.jose4j.jwt.NumericDate iat)
-
encryptedTokenMissingContentType$str
protected String encryptedTokenMissingContentType$str()
-
encryptedTokenMissingContentType
public final ParseException encryptedTokenMissingContentType()
-
newJWTCallerPrincipalFactoryFailure$str
protected String newJWTCallerPrincipalFactoryFailure$str()
-
newJWTCallerPrincipalFactoryFailure
public final ParseException newJWTCallerPrincipalFactoryFailure(Throwable throwable)
-
tokenAgeExceeded$str
protected String tokenAgeExceeded$str()
-
tokenAgeExceeded
public final ParseException tokenAgeExceeded(long tokenAge)
-
nullKeyLocation$str
protected String nullKeyLocation$str()
-
nullKeyLocation
public final org.jose4j.lang.UnresolvableKeyException nullKeyLocation()
-
nullKeyIdentifier$str
protected String nullKeyIdentifier$str()
-
nullKeyIdentifier
public final org.jose4j.lang.UnresolvableKeyException nullKeyIdentifier()
-
unmatchedTokenKidException$str
protected String unmatchedTokenKidException$str()
-
unmatchedTokenKidException
public final UnmatchedTokenKidException unmatchedTokenKidException()
-
failedToParseToken$str
protected String failedToParseToken$str()
-
failedToParseToken
public final ParseException failedToParseToken(Throwable throwable)
-
-