com.nimbusds.jwt.proc.ConfigurableJWTProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nimbus-jose-jwt Show documentation
Show all versions of nimbus-jose-jwt Show documentation
Java library for Javascript Object Signing and Encryption (JOSE) and
JSON Web Tokens (JWT)
package com.nimbusds.jwt.proc;
import com.nimbusds.jose.proc.SecurityContext;
/**
* Configurable processor of {@link com.nimbusds.jwt.PlainJWT
* unsecured} (plain), {@link com.nimbusds.jwt.SignedJWT signed} and
* {@link com.nimbusds.jwt.EncryptedJWT encrypted} JSON Web Tokens (JWT).
*
* @author Vladimir Dzhuvinov
* @version 2015-08-22
*/
public interface ConfigurableJWTProcessor
extends JWTProcessor, JWTProcessorConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy