Uses of Class
io.vertigo.account.authorization.definitions.RoleBasic
-
Packages that use RoleBasic Package Description io.vertigo.account.authorization io.vertigo.account.impl.authorization.xml io.vertigo.account.plugins.authorization.xml.loader -
-
Uses of RoleBasic in io.vertigo.account.authorization
Methods in io.vertigo.account.authorization that return types with arguments of type RoleBasic Modifier and Type Method Description Set<RoleBasic>UserAuthorizationsBasic. getRoles()Return roles set of this user.Methods in io.vertigo.account.authorization with parameters of type RoleBasic Modifier and Type Method Description UserAuthorizationsBasicUserAuthorizationsBasic. addRole(RoleBasic role)Add a role to this User.booleanAuthorizationBasicManager. hasRole(RoleBasic... authorizedRoleSet)Contrôle d'accès basé sur les rôles.booleanUserAuthorizationsBasic. hasRole(RoleBasic role) -
Uses of RoleBasic in io.vertigo.account.impl.authorization.xml
Methods in io.vertigo.account.impl.authorization.xml with parameters of type RoleBasic Modifier and Type Method Description booleanAuthorizationBasicManagerImpl. hasRole(RoleBasic... authorizedRole)Contrôle d'accès basé sur les rôles. -
Uses of RoleBasic in io.vertigo.account.plugins.authorization.xml.loader
Methods in io.vertigo.account.plugins.authorization.xml.loader that return types with arguments of type RoleBasic Modifier and Type Method Description List<RoleBasic>XmlSecurityDefinition. getRoles()
-