Class SignedJWTIdentityStore

  • All Implemented Interfaces:
    jakarta.security.enterprise.identitystore.IdentityStore

    public class SignedJWTIdentityStore
    extends Object
    implements jakarta.security.enterprise.identitystore.IdentityStore
    Identity store capable of asserting that a signed JWT token is valid according to the MP-JWT 1.1 spec.
    Author:
    Arjan Tijms
    • Constructor Detail

      • SignedJWTIdentityStore

        public SignedJWTIdentityStore()
    • Method Detail

      • validate

        public jakarta.security.enterprise.identitystore.CredentialValidationResult validate​(SignedJWTCredential signedJWTCredential)
      • readConfig

        public static String readConfig​(String key,
                                        Optional<Properties> properties,
                                        org.eclipse.microprofile.config.Config config,
                                        String defaultValue)
        Read configuration from Vendor or server or return default value.