Uses of Class
cz.metacentrum.perun.registrar.model.Application
Package
Description
-
Uses of Application in cz.metacentrum.perun.audit.events.RegistrarManagerEvents
Modifier and TypeMethodDescriptionApplicationApproved.getApp()
ApplicationCreated.getApp()
ApplicationDeleted.getApp()
ApplicationVerified.getApp()
MemberCreatedForApprovedApp.getApp()
MembershipExtendedForMemberInApprovedApp.getApp()
ApplicationRejected.getApplication()
ModifierConstructorDescriptionApplicationRejected
(Application application) MemberCreatedForApprovedApp
(Member member, Application app) MembershipExtendedForMemberInApprovedApp
(Member member, Application app, Vo vo) -
Uses of Application in cz.metacentrum.perun.core.api
Modifier and TypeMethodDescriptionstatic boolean
AuthzResolver.selfAuthorizedForApplication
(PerunSession sess, Application app) Check if the principal is the owner of the application.ModifierConstructorDescriptionPerunPrincipal
(Application app, Map<String, String> additionalAttributes) -
Uses of Application in cz.metacentrum.perun.core.blImpl
Modifier and TypeMethodDescriptionstatic boolean
AuthzResolverBlImpl.selfAuthorizedForApplication
(PerunSession sess, Application app) -
Uses of Application in cz.metacentrum.perun.registrar.model
ModifierConstructorDescriptionRichApplication
(Application application) RichApplication
(Application application, ApplicationFormItemData form) RichApplication
(Application application, List<ApplicationFormItemData> formData)