| Package | Description |
|---|---|
| org.surfnet.oaaas.auth | |
| org.surfnet.oaaas.model |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractAuthenticator.setPrincipal(javax.servlet.ServletRequest request,
AuthenticatedPrincipal principal)
Set the given principal on the request.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticatedPrincipal |
AuthorizationRequest.getPrincipal() |
AuthenticatedPrincipal |
VerifyTokenResponse.getPrincipal() |
AuthenticatedPrincipal |
AccessToken.getPrincipal() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationRequest.setPrincipal(AuthenticatedPrincipal principal) |
void |
VerifyTokenResponse.setPrincipal(AuthenticatedPrincipal principal) |
| Constructor and Description |
|---|
AccessToken(String token,
AuthenticatedPrincipal principal,
Client client,
long expires,
List<String> scopes) |
AccessToken(String token,
AuthenticatedPrincipal principal,
Client client,
long expires,
List<String> scopes,
String refreshToken) |
VerifyTokenResponse(String audience,
List<String> scopes,
AuthenticatedPrincipal principal,
Long expiresIn) |
Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.