org.apache.cxf.rs.security.oauth2.common
Class Property
java.lang.Object
org.apache.cxf.rs.security.oauth2.common.Property
- All Implemented Interfaces:
- Serializable
public class Property
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Property
public Property()
Property
public Property(String name,
String value)
getName
public String getName()
setName
public void setName(String name)
getValue
public String getValue()
setValue
public void setValue(String value)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equalsTo
public boolean equalsTo(Object o)
Apache CXF