Uses of Class
edu.cornell.mannlib.vitro.webapp.beans.PermissionSet
-
-
Uses of PermissionSet in edu.cornell.mannlib.vitro.webapp.auth.identifier.common
Methods in edu.cornell.mannlib.vitro.webapp.auth.identifier.common that return PermissionSet Modifier and Type Method Description PermissionSetHasPermissionSet. getPermissionSet()Methods in edu.cornell.mannlib.vitro.webapp.auth.identifier.common that return types with arguments of type PermissionSet Modifier and Type Method Description static Collection<PermissionSet>HasPermissionSet. getPermissionSets(IdentifierBundle ids)Constructors in edu.cornell.mannlib.vitro.webapp.auth.identifier.common with parameters of type PermissionSet Constructor Description HasPermissionSet(PermissionSet permissionSet) -
Uses of PermissionSet in edu.cornell.mannlib.vitro.webapp.controller.accounts
Methods in edu.cornell.mannlib.vitro.webapp.controller.accounts that return types with arguments of type PermissionSet Modifier and Type Method Description protected List<PermissionSet>UserAccountsPage. buildListOfSelectableRoles()Create a list of all known non-public PermissionSets. -
Uses of PermissionSet in edu.cornell.mannlib.vitro.webapp.dao
Methods in edu.cornell.mannlib.vitro.webapp.dao that return PermissionSet Modifier and Type Method Description PermissionSetUserAccountsDao. getPermissionSetByUri(String uri)Get the PermissionSet for this URI.Methods in edu.cornell.mannlib.vitro.webapp.dao that return types with arguments of type PermissionSet Modifier and Type Method Description Collection<PermissionSet>UserAccountsDao. getAllPermissionSets()Get all of the PermissionSets in the model, sorted by URI. -
Uses of PermissionSet in edu.cornell.mannlib.vitro.webapp.dao.filtering
Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering that return PermissionSet Modifier and Type Method Description PermissionSetUserAccountsDaoFiltering. getPermissionSetByUri(String uri)Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering that return types with arguments of type PermissionSet Modifier and Type Method Description Collection<PermissionSet>UserAccountsDaoFiltering. getAllPermissionSets() -
Uses of PermissionSet in edu.cornell.mannlib.vitro.webapp.dao.jena
Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return PermissionSet Modifier and Type Method Description PermissionSetUserAccountsDaoJena. getPermissionSetByUri(String uri)Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return types with arguments of type PermissionSet Modifier and Type Method Description Collection<PermissionSet>UserAccountsDaoJena. getAllPermissionSets()
-