| Package | Description |
|---|---|
| org.apache.cxf.rs.security.oauth2.common |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
OAuthAuthorizationData.getExtraApplicationProperties() |
List<Property> |
UserSubject.getProperties()
Get the list of additional user subject properties
|
List<Property> |
Client.getProperties()
Get the list of additional client properties
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthAuthorizationData.setExtraApplicationProperties(List<Property> extraApplicationProperties) |
void |
UserSubject.setProperties(List<Property> properties)
Set the list of additional user subject properties
|
void |
Client.setProperties(List<Property> properties)
Set the list of additional client properties
|
Apache CXF