Uses of Class
edu.cornell.mannlib.vitro.webapp.auth.permissions.Permission
-
-
Uses of Permission in edu.cornell.mannlib.vitro.webapp.auth.identifier.common
Methods in edu.cornell.mannlib.vitro.webapp.auth.identifier.common that return Permission Modifier and Type Method Description PermissionHasPermission. getPermission()Methods in edu.cornell.mannlib.vitro.webapp.auth.identifier.common that return types with arguments of type Permission Modifier and Type Method Description static Collection<Permission>HasPermission. getPermissions(IdentifierBundle ids)Constructors in edu.cornell.mannlib.vitro.webapp.auth.identifier.common with parameters of type Permission Constructor Description HasPermission(Permission permission) -
Uses of Permission in edu.cornell.mannlib.vitro.webapp.auth.permissions
Subclasses of Permission in edu.cornell.mannlib.vitro.webapp.auth.permissions Modifier and Type Class Description classBrokenPermissionThis is what the PermissionRegistry hands out if you ask for a Permission that it doesn't know about.classDisplayByRolePermissionIs the user authorized to display properties that are marked as restricted to a certain "Role Level"?classEditByRolePermissionIs the user authorized to edit properties that are marked as restricted to a certain "Role Level"?classPublishByRolePermissionIs the user authorized to publish properties that are marked as restricted to a certain "Role Level"?classSimplePermissionA class of simple permissions.Methods in edu.cornell.mannlib.vitro.webapp.auth.permissions that return Permission Modifier and Type Method Description PermissionPermissionRegistry. getPermission(String uri)Get the permission that is registered with this URI.Methods in edu.cornell.mannlib.vitro.webapp.auth.permissions with parameters of type Permission Modifier and Type Method Description voidPermissionRegistry. addPermission(Permission p)This class is not thread-safe, so permissions should be added only during context initialization.intPermission. compareTo(Permission that)Method parameters in edu.cornell.mannlib.vitro.webapp.auth.permissions with type arguments of type Permission Modifier and Type Method Description voidPermissionRegistry. addPermissions(Collection<? extends Permission> permissions)This class is not thread-safe, so permissions should be added only during context initialization.static voidPermissionRegistry. createRegistry(javax.servlet.ServletContext ctx, Collection<? extends Permission> permissions)Create the registry and store it in the context. -
Uses of Permission in edu.cornell.mannlib.vitro.webapp.dao.filtering.filters
Constructors in edu.cornell.mannlib.vitro.webapp.dao.filtering.filters with parameters of type Permission Constructor Description FilterByRoleLevelPermission(Permission permission)Use the specified permission.
-