|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticatedPrincipal | |
|---|---|
| org.surfnet.oaaas.auth.principal | |
| org.surfnet.oaaas.model | |
| Uses of AuthenticatedPrincipal in org.surfnet.oaaas.auth.principal |
|---|
| Methods in org.surfnet.oaaas.auth.principal that return AuthenticatedPrincipal | |
|---|---|
static AuthenticatedPrincipal |
AuthenticatedPrincipal.deserialize(String json)
|
| Uses of AuthenticatedPrincipal in org.surfnet.oaaas.model |
|---|
| Methods in org.surfnet.oaaas.model that return AuthenticatedPrincipal | |
|---|---|
AuthenticatedPrincipal |
VerifyTokenResponse.getPrincipal()
|
| Methods in org.surfnet.oaaas.model with parameters of type AuthenticatedPrincipal | |
|---|---|
void |
VerifyTokenResponse.setPrincipal(AuthenticatedPrincipal principal)
|
| Constructors in org.surfnet.oaaas.model with parameters of type AuthenticatedPrincipal | |
|---|---|
VerifyTokenResponse(String audience,
List<String> scopes,
AuthenticatedPrincipal principal,
Long expiresIn)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||