org.apache.cxf.rs.security.oauth2.jwt
Class AbstractJwtObject
java.lang.Object
org.apache.cxf.rs.security.oauth2.jwt.AbstractJwtObject
- Direct Known Subclasses:
- JsonWebKey, JwtClaims, JwtHeaders
public abstract class AbstractJwtObject
- extends Object
values
protected Map<String,Object> values
AbstractJwtObject
protected AbstractJwtObject()
AbstractJwtObject
protected AbstractJwtObject(Map<String,Object> values)
setValue
protected void setValue(String name,
Object value)
getValue
protected Object getValue(String name)
asMap
public Map<String,Object> asMap()
getIntDate
protected Integer getIntDate(String name)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Apache CXF