Apache CXF API

Uses of Class
org.apache.cxf.rs.security.oauth2.common.Property

Packages that use Property
org.apache.cxf.rs.security.oauth2.common   
 

Uses of Property in org.apache.cxf.rs.security.oauth2.common
 

Methods in org.apache.cxf.rs.security.oauth2.common that return types with arguments of type Property
 List<Property> Client.getProperties()
          Get the list of additional client properties
 List<Property> UserSubject.getProperties()
          Get the list of additional user subject properties
 

Method parameters in org.apache.cxf.rs.security.oauth2.common with type arguments of type Property
 void Client.setProperties(List<Property> properties)
          Set the list of additional client properties
 void UserSubject.setProperties(List<Property> properties)
          Set the list of additional user subject properties
 


Apache CXF API

Apache CXF