Uses of Class
io.vertigo.account.authorization.definitions.Authorization
Packages that use Authorization
-
Uses of Authorization in io.vertigo.account.authorization
Methods in io.vertigo.account.authorization that return types with arguments of type AuthorizationModifier and TypeMethodDescriptionUserAuthorizations.getEntityAuthorizations(io.vertigo.datamodel.data.definitions.DataDefinition entityDefinition) Return authorizations set for this type of entity.Methods in io.vertigo.account.authorization with parameters of type AuthorizationModifier and TypeMethodDescriptionUserAuthorizations.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 AuthorizationModifier and TypeMethodDescriptionRole.getAuthorizations()Authorization.getGrants()SecuredEntity.getOperations()Constructor parameters in io.vertigo.account.authorization.definitions with type arguments of type AuthorizationModifierConstructorDescriptionRole(String name, String description, List<Authorization> authorizations) Constructor.