Package | Description |
---|---|
org.apache.cxf.rs.security.oauth.data |
Modifier and Type | Method and Description |
---|---|
UserSubject |
OAuthContext.getSubject() |
UserSubject |
Token.getSubject()
Returns a subject capturing the login name
the end user used to login to the resource server
when authorizing a given client request
|
Modifier and Type | Method and Description |
---|---|
void |
Token.setSubject(UserSubject subject)
Sets a subject capturing the login name
the end user used to login to the resource server
when authorizing a given client request
|
Constructor and Description |
---|
OAuthContext(UserSubject subject,
List<OAuthPermission> perms) |
Apache CXF