org.apache.cxf.rs.security.oauth2.jwt
Class AbstractJwtObject

java.lang.Object
  extended by org.apache.cxf.rs.security.oauth2.jwt.AbstractJwtObject
Direct Known Subclasses:
JsonWebKey, JwtClaims, JwtHeaders

public abstract class AbstractJwtObject
extends Object


Field Summary
protected  Map<String,Object> values
           
 
Constructor Summary
protected AbstractJwtObject()
           
protected AbstractJwtObject(Map<String,Object> values)
           
 
Method Summary
 Map<String,Object> asMap()
           
 boolean equals(Object obj)
           
protected  Integer getIntDate(String name)
           
protected  Object getValue(String name)
           
 int hashCode()
           
protected  void setValue(String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

protected Map<String,Object> values
Constructor Detail

AbstractJwtObject

protected AbstractJwtObject()

AbstractJwtObject

protected AbstractJwtObject(Map<String,Object> values)
Method Detail

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