Uses of Class
io.vertigo.account.authorization.definitions.Authorization
-
Packages that use Authorization Package Description io.vertigo.account.authorization io.vertigo.account.authorization.definitions -
-
Uses of Authorization in io.vertigo.account.authorization
Methods in io.vertigo.account.authorization that return types with arguments of type Authorization Modifier and Type Method Description Set<Authorization>
UserAuthorizations. getEntityAuthorizations(io.vertigo.datamodel.structure.definitions.DtDefinition entityDefinition)
Return authorizations set for this type of entity.Methods in io.vertigo.account.authorization with parameters of type Authorization Modifier and Type Method Description UserAuthorizations
UserAuthorizations. addAuthorization(Authorization authorization)
Add a authorization to this User. -
Uses of Authorization in io.vertigo.account.authorization.definitions
Methods in io.vertigo.account.authorization.definitions that return types with arguments of type Authorization Modifier and Type Method Description List<Authorization>
Role. getAuthorizations()
Set<Authorization>
Authorization. getGrants()
List<Authorization>
SecuredEntity. getOperations()
Constructor parameters in io.vertigo.account.authorization.definitions with type arguments of type Authorization Constructor Description Role(String name, String description, List<Authorization> authorizations)
Constructor.
-