
com.nimbusds.jose.proc.SimpleSecurityContext Maven / Gradle / Ivy
Go to download
Java library for Javascript Object Signing and Encryption (JOSE) and
JSON Web Tokens (JWT)
package com.nimbusds.jose.proc;
import java.util.HashMap;
/**
* Simple map-based security context. May be extended to provide typed setters
* and getters.
*
* @author Vladimir Dzhuvinov
* @version 2015-04-22
*/
public class SimpleSecurityContext extends HashMap implements SecurityContext {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy