Uses of Interface
de.espirit.firstspirit.access.Principal
Packages that use Principal
Package
Description
-
Uses of Principal in de.espirit.firstspirit.access
Subinterfaces of Principal in de.espirit.firstspirit.accessMethods in de.espirit.firstspirit.access that return types with arguments of type PrincipalModifier and TypeMethodDescriptionTask.getEditors()Get task allowed editors listTransitionParameters.getEditors()Get task editors.Method parameters in de.espirit.firstspirit.access with type arguments of type PrincipalModifier and TypeMethodDescriptionvoidTask.setEditors(List<Principal> editorUsers) Set allowed editorsvoidTransitionParameters.setEditors(List<Principal> editors) Set editors. -
Uses of Principal in de.espirit.firstspirit.access.project
Subinterfaces of Principal in de.espirit.firstspirit.access.projectModifier and TypeInterfaceDescriptioninterfaceAn external group, for instance correlating to a group from a LDAP server.interfaceA user group. -
Uses of Principal in de.espirit.firstspirit.access.store
Methods in de.espirit.firstspirit.access.store that return types with arguments of type PrincipalModifier and TypeMethodDescriptionStoreElement.getDefinedPrincipalPermissions()Returns a list ofPrincipal'sfor which permissions are defined at this storeelement.StoreElement.getInheritedPrincipalPermissions()Returns a list ofPrincipal'sfor which permissions are defined at this storelement including the inherited permissions on parent path.