Uses of Class
it.uniroma2.art.semanticturkey.user.RoleCreationException
Packages that use RoleCreationException
-
Uses of RoleCreationException in it.uniroma2.art.semanticturkey.rbac
Methods in it.uniroma2.art.semanticturkey.rbac that throw RoleCreationExceptionModifier and TypeMethodDescriptionstatic void
RBACManager.addSystemRole
(String roleName, File roleFile) static void
RBACManager.createRole
(Project project, String roleName) -
Uses of RoleCreationException in it.uniroma2.art.semanticturkey.user
Methods in it.uniroma2.art.semanticturkey.user that return RoleCreationExceptionModifier and TypeMethodDescriptionstatic RoleCreationException
static RoleCreationException
RoleCreationException.roleAlreadyExists
(String role) static RoleCreationException
RoleCreationException.roleAlreadyExistsInProject
(String role, String project)