Package com.avoka.fc.core.security
Interface PortalPermissions
public interface PortalPermissions
Provides the permission names used in the Web Portal.
- Since:
- 4.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Permission to view completed submissions of collaboration jobs.static final String
Permission to access the jobs view.static final String
Permission to access the help desk view for authenticated submissions.static final String
Permission to access the help desk view.static final String
Permission to invoke fluent funtionsstatic final String
Permission to view all submissionsstatic final String
Permission to edit the jobstatic final String
Permission to remove the jobstatic final String
Permission to view the jobstatic final String
Permission to edit the org properties
-
Field Details
-
COLLABORATION_JOB_VIEW
Permission to access the jobs view.- See Also:
-
COLLABORATION_JOB_COMPLETED_VIEW
Permission to view completed submissions of collaboration jobs.- See Also:
-
HELP_DESK_VIEW
Permission to access the help desk view.- See Also:
-
HELP_DESK_AUTHENTICATED_EDIT
Permission to access the help desk view for authenticated submissions.- See Also:
-
OPERATIONS_ALL_TRANSACTIONS
Permission to view all submissions- See Also:
-
INVOKE_FLUENT_FUNCTIONS
Permission to invoke fluent funtions- See Also:
-
OPERATIONS_COLLABORATION_JOB_EDIT
Permission to edit the job- See Also:
-
OPERATIONS_COLLABORATION_JOB_REMOVE
Permission to remove the job- See Also:
-
OPERATIONS_COLLABORATION_JOB_VIEW
Permission to view the job- See Also:
-
ORG_PROPERTY_EDIT
Permission to edit the org properties- See Also:
-