Class FederatedJwtAuthenticator

    • Constructor Detail

      • FederatedJwtAuthenticator

        public FederatedJwtAuthenticator​(KeyStore keyStore,
                                         List<String> keyIds)
        Create a Federated JWT-based authenticator.
        Parameters:
        keyStore - a keystore
        keyIds - a list of keyIds to use
    • Method Detail

      • parse

        public io.jsonwebtoken.Claims parse​(String credentials)
        Description copied from interface: Authenticator
        Parse a token into a set of claims.
        Specified by:
        parse in interface Authenticator
        Parameters:
        credentials - the token
        Returns:
        JWT claims