Uses of Class
org.apache.archiva.redback.rest.api.model.Permission
-
Packages that use Permission Package Description org.apache.archiva.redback.rest.api.model org.apache.archiva.redback.rest.api.services org.apache.archiva.redback.rest.services -
-
Uses of Permission in org.apache.archiva.redback.rest.api.model
Methods in org.apache.archiva.redback.rest.api.model that return types with arguments of type Permission Modifier and Type Method Description List<Permission>Role. getPermissions()Method parameters in org.apache.archiva.redback.rest.api.model with type arguments of type Permission Modifier and Type Method Description voidRole. setPermissions(List<Permission> permissions) -
Uses of Permission in org.apache.archiva.redback.rest.api.services
Methods in org.apache.archiva.redback.rest.api.services that return types with arguments of type Permission Modifier and Type Method Description Collection<Permission>UserService. getCurrentUserPermissions()Deprecated.Collection<Permission>UserService. getUserPermissions(String userName)Deprecated. -
Uses of Permission in org.apache.archiva.redback.rest.services
Methods in org.apache.archiva.redback.rest.services that return types with arguments of type Permission Modifier and Type Method Description Collection<Permission>DefaultUserService. getCurrentUserPermissions()Deprecated.Collection<Permission>DefaultUserService. getUserPermissions(String userName)Deprecated.
-