Package | Description |
---|---|
org.apache.cxf.rs.security.oauth2.common |
Modifier and Type | Class and Description |
---|---|
class |
OAuthPermission
Provides the complete information about a given opaque permission.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Permission> |
OAuthAuthorizationData.getPermissions()
Gets the list of scopes translated to
Permission instances
requested by the client application |
Modifier and Type | Method and Description |
---|---|
void |
OAuthAuthorizationData.setPermissions(List<? extends Permission> permissions)
Gets the list of scopes translated to
Permission instances |
Apache CXF