public abstract class ServiceApplication_Base extends ExternalApplication
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm| Modifier | Constructor and Description |
|---|---|
protected |
ServiceApplication_Base() |
| Modifier and Type | Method and Description |
|---|---|
void |
addServiceAuthorization(ServiceApplicationAuthorization serviceAuthorization) |
Bennu |
getBennuServiceApplication() |
com.google.gson.JsonElement |
getIpAddresses() |
static pt.ist.fenixframework.dml.runtime.DirectRelation<ServiceApplication,Bennu> |
getRelationBennuServiceApplications() |
static pt.ist.fenixframework.dml.runtime.DirectRelation<ServiceApplicationAuthorization,ServiceApplication> |
getRelationServiceApplicationAuthorizations() |
Set<ServiceApplicationAuthorization> |
getServiceAuthorizationSet() |
void |
removeServiceAuthorization(ServiceApplicationAuthorization serviceAuthorization) |
void |
setBennuServiceApplication(Bennu bennuServiceApplication) |
void |
setIpAddresses(com.google.gson.JsonElement ipAddresses) |
deleteAuthorizations, getApplicationUserAuthorization, getApplicationUserSession, getAuthorApplicationName, getLogoStream, getScopeList, getSecret, getState, hasApplicationUserAuthorization, init, isActive, isBanned, isDeleted, isEditable, matches, matchesSecret, matchesUrl, removeScope, setActive, setBanned, setDeleted, setLogoStream, setScopeList, setStateaddApplicationUserAuthorization, addScopes, getApplicationUserAuthorizationSet, getAuthor, getAuthorName, getBennu, getDescription, getLogo, getName, getRedirectUrl, getRelationApplicationAuthor, getRelationApplicationUserAuthorization, getRelationBennuExternalApplications, getRelationPermissionsScope, getScopesSet, getSiteUrl, removeApplicationUserAuthorization, removeScopes, setAuthor, setAuthorName, setBennu, setDescription, setLogo, setName, setRedirectUrl, setSecret, setSiteUrlcheckForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplacepublic static pt.ist.fenixframework.dml.runtime.DirectRelation<ServiceApplicationAuthorization,ServiceApplication> getRelationServiceApplicationAuthorizations()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<ServiceApplication,Bennu> getRelationBennuServiceApplications()
public com.google.gson.JsonElement getIpAddresses()
public void setIpAddresses(com.google.gson.JsonElement ipAddresses)
public void addServiceAuthorization(ServiceApplicationAuthorization serviceAuthorization)
public void removeServiceAuthorization(ServiceApplicationAuthorization serviceAuthorization)
public Set<ServiceApplicationAuthorization> getServiceAuthorizationSet()
public Bennu getBennuServiceApplication()
public void setBennuServiceApplication(Bennu bennuServiceApplication)
Copyright © 2018 FenixEdu. All rights reserved.