Class PrincipalMessages_$bundle

    • Field Detail

      • msg

        public static final io.smallrye.jwt.auth.principal.PrincipalMessages msg
    • Constructor Detail

      • PrincipalMessages_$bundle

        protected PrincipalMessages_$bundle()
    • Method Detail

      • readResolve

        protected Object readResolve()
      • getLoggingLocale

        protected Locale getLoggingLocale()
      • failedToVerifyToken$str

        protected String failedToVerifyToken$str()
      • 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()
      • 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()
      • 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()
      • failedToParseToken$str

        protected String failedToParseToken$str()