| Package | Description |
|---|---|
| org.fenixedu.bennu.oauth.api | |
| org.fenixedu.bennu.oauth.api.json | |
| org.fenixedu.bennu.oauth.domain | |
| org.fenixedu.bennu.oauth.util |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ExternalApplicationAuthorizationSessionResources.delete(ApplicationUserSession session) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationUserSession |
ExternalApplicationAuthorizationSessionAdapter.create(com.google.gson.JsonElement json,
JsonBuilder ctx) |
ApplicationUserSession |
ExternalApplicationAuthorizationSessionAdapter.update(com.google.gson.JsonElement json,
ApplicationUserSession obj,
JsonBuilder ctx) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationUserSession |
ExternalApplicationAuthorizationSessionAdapter.update(com.google.gson.JsonElement json,
ApplicationUserSession obj,
JsonBuilder ctx) |
com.google.gson.JsonElement |
ExternalApplicationAuthorizationSessionAdapter.view(ApplicationUserSession obj,
JsonBuilder ctx) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationUserSession |
ExternalApplication.getApplicationUserSession(String code) |
| Modifier and Type | Method and Description |
|---|---|
static pt.ist.fenixframework.dml.runtime.DirectRelation<ApplicationUserSession,ApplicationUserAuthorization> |
ApplicationUserAuthorization_Base.getRelationApplicationUserAuthorizationSession() |
static pt.ist.fenixframework.dml.runtime.DirectRelation<ApplicationUserSession,ApplicationUserAuthorization> |
ApplicationUserSession_Base.getRelationApplicationUserAuthorizationSession() |
Set<ApplicationUserSession> |
ApplicationUserAuthorization_Base.getSessionSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationUserAuthorization_Base.addSession(ApplicationUserSession session) |
void |
ApplicationUserAuthorization_Base.removeSession(ApplicationUserSession session) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gson.JsonObject |
OAuthUtils.getJsonTokens(ApplicationUserSession appUserSession) |
Copyright © 2018 FenixEdu. All rights reserved.