org.apache.cxf.rs.security.oauth2.common
Class Property
java.lang.Object
org.apache.cxf.rs.security.oauth2.common.Property
public class Property
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
Apache CXF