Uses of Class
edu.cornell.mannlib.vitro.webapp.auth.attributes.AccessObjectType
-
-
Uses of AccessObjectType in edu.cornell.mannlib.vedit.controller
Methods in edu.cornell.mannlib.vedit.controller with parameters of type AccessObjectType Modifier and Type Method Description protected static voidBaseEditController. addAccessAttributes(javax.servlet.http.HttpServletRequest req, String entityURI, AccessObjectType aot)protected static voidBaseEditController. addNotRelatedPropertySuppressions(javax.servlet.http.HttpServletRequest req, String entityURI, AccessObjectType aot)protected static voidBaseEditController. addNotRelatedTypeSuppressions(javax.servlet.http.HttpServletRequest req, String entityURI, AccessObjectType aot)protected static voidBaseEditController. addTypeSuppressions(javax.servlet.http.HttpServletRequest req, String entityURI, AccessObjectType aot)protected static voidBaseEditController. addUriSuppressions(javax.servlet.http.HttpServletRequest req, String entityURI, AccessObjectType aot) -
Uses of AccessObjectType in edu.cornell.mannlib.vitro.webapp.auth.attributes
Methods in edu.cornell.mannlib.vitro.webapp.auth.attributes that return AccessObjectType Modifier and Type Method Description AccessObjectTypeAttributeValueKey. getObjectType()static AccessObjectTypeAccessObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessObjectType[]AccessObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cornell.mannlib.vitro.webapp.auth.attributes with parameters of type AccessObjectType Modifier and Type Method Description static List<AccessOperation>AccessOperation. getOperations(AccessObjectType aot)voidAttributeValueKey. setObjectType(AccessObjectType aot)Constructors in edu.cornell.mannlib.vitro.webapp.auth.attributes with parameters of type AccessObjectType Constructor Description AttributeValueKey(AccessOperation ao, AccessObjectType aot, String role, String type, String... namedKeyComponents)AttributeValueKey(AccessOperation ao, AccessObjectType aot, String role, String type, Set<String> namedKeyComponents) -
Uses of AccessObjectType in edu.cornell.mannlib.vitro.webapp.auth.objects
Methods in edu.cornell.mannlib.vitro.webapp.auth.objects that return AccessObjectType Modifier and Type Method Description abstract AccessObjectTypeAccessObject. getType()AccessObjectTypeDataPropertyAccessObject. getType()AccessObjectTypeDataPropertyStatementAccessObject. getType()AccessObjectTypeFauxDataPropertyAccessObject. getType()AccessObjectTypeFauxDataPropertyStatementAccessObject. getType()AccessObjectTypeFauxObjectPropertyAccessObject. getType()AccessObjectTypeFauxObjectPropertyStatementAccessObject. getType()AccessObjectTypeIndividualAccessObject. getType()AccessObjectTypeNamedAccessObject. getType()AccessObjectTypeObjectPropertyAccessObject. getType()AccessObjectTypeObjectPropertyStatementAccessObject. getType()AccessObjectTypeRootAccessObject. getType()Methods in edu.cornell.mannlib.vitro.webapp.auth.objects with parameters of type AccessObjectType Modifier and Type Method Description String[]AccessObjectStatement. getResourceUris(AccessObjectType type) -
Uses of AccessObjectType in edu.cornell.mannlib.vitro.webapp.auth.policy
Methods in edu.cornell.mannlib.vitro.webapp.auth.policy with parameters of type AccessObjectType Modifier and Type Method Description voidPolicyLoader. addEntityToPolicyDataSet(String entityUri, AccessObjectType aot, AccessOperation ao, String role)Set<String>PolicyLoader. getDataSetValues(AccessOperation ao, AccessObjectType aot, String role)static voidEntityPolicyController. getDataValueStatements(String entityUri, AccessObjectType aot, AccessOperation ao, Set<String> selectedRoles, StringBuilder sb, String... namedKeyComponents)StringPolicyLoader. getEntityValueSetUri(AccessOperation ao, AccessObjectType aot, String role, String... namedKeyComponents)static List<String>EntityPolicyController. getGrantedRoles(String entityUri, AccessOperation ao, AccessObjectType aot, List<String> allRoles)static voidEntityPolicyController. grantAccess(String entityUri, AccessObjectType aot, AccessOperation ao, String role, String... namedKeyComponents)static booleanEntityPolicyController. isGranted(String entityUri, AccessObjectType aot, AccessOperation ao, String role, String... namedKeyComponents)voidPolicyLoader. modifyPolicyDataSetValue(String entityUri, AccessOperation ao, AccessObjectType aot, String role, boolean isAdd)voidPolicyLoader. removeEntityFromPolicyDataSet(String entityUri, AccessObjectType aot, AccessOperation ao, String role)static voidEntityPolicyController. revokeAccess(String entityUri, AccessObjectType aot, AccessOperation ao, String role, String... namedKeyComponents)static voidEntityPolicyController. updateEntityDataSet(String entityUri, AccessObjectType aot, AccessOperation ao, List<String> selectedRoles, List<String> roles) -
Uses of AccessObjectType in edu.cornell.mannlib.vitro.webapp.migration.auth
Fields in edu.cornell.mannlib.vitro.webapp.migration.auth with type parameters of type AccessObjectType Modifier and Type Field Description protected static List<AccessObjectType>ArmMigrator. entityTypesMethods in edu.cornell.mannlib.vitro.webapp.migration.auth that return types with arguments of type AccessObjectType Modifier and Type Method Description protected Map<AccessObjectType,Set<String>>ArmMigrator. getEntityMap()Method parameters in edu.cornell.mannlib.vitro.webapp.migration.auth with type arguments of type AccessObjectType Modifier and Type Method Description protected voidArmMigrator. collectAdditions(Map<AccessObjectType,Set<String>> entityTypeMap)
-