Uses of Interface
org.nuclos.api.common.NuclosMandator
-
Uses of NuclosMandator in org.nuclos.api.context
-
Uses of NuclosMandator in org.nuclos.api.provider
Modifier and TypeMethodDescriptionstatic UID
UserProvider.grantMandator
(NuclosMandator mandator, NuclosUser user) This method assigns a mandator to a given user.static UID
MandatorProvider.insert
(String name, NuclosMandator parentMandator) This method creates a Mandator and returns the id of the new object.static boolean
UserProvider.isMandatorGranted
(NuclosMandator mandator, NuclosUser user) This method checks if a mandator is granted to a given user.static void
UserProvider.revokeMandator
(NuclosMandator mandator, NuclosUser user) This method revokes a mandator from a given user. -
Uses of NuclosMandator in org.nuclos.api.service
Modifier and TypeMethodDescriptionUserService.grantMandator
(NuclosMandator mandator, NuclosUser user) This method assigns a mandator to a given user.MandatorService.insert
(String name, NuclosMandator parentMandator) boolean
UserService.isMandatorGranted
(NuclosMandator mandator, NuclosUser user) This method checks if a mandator is granted to a given user.void
UserService.revokeMandator
(NuclosMandator mandator, NuclosUser user) This method revokes a mandator from a given user.