Uses of Class
edu.cornell.mannlib.vitro.webapp.auth.attributes.Attribute
-
Packages that use Attribute Package Description edu.cornell.mannlib.vitro.webapp.auth.attributes edu.cornell.mannlib.vitro.webapp.auth.checks edu.cornell.mannlib.vitro.webapp.auth.rules -
-
Uses of Attribute in edu.cornell.mannlib.vitro.webapp.auth.attributes
Methods in edu.cornell.mannlib.vitro.webapp.auth.attributes that return Attribute Modifier and Type Method Description static AttributeAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static Attribute[]Attribute. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Attribute in edu.cornell.mannlib.vitro.webapp.auth.checks
Methods in edu.cornell.mannlib.vitro.webapp.auth.checks that return Attribute Modifier and Type Method Description AttributeAccessObjectTypeCheck. getAttributeType()AttributeAccessObjectUriCheck. getAttributeType()AttributeCheck. getAttributeType()AttributeOperationCheck. getAttributeType()AttributeStatementObjectUriCheck. getAttributeType()AttributeStatementPredicateUriCheck. getAttributeType()AttributeStatementSubjectUriCheck. getAttributeType()AttributeSubjectRoleCheck. getAttributeType()AttributeSubjectTypeCheck. getAttributeType() -
Uses of Attribute in edu.cornell.mannlib.vitro.webapp.auth.rules
Methods in edu.cornell.mannlib.vitro.webapp.auth.rules with parameters of type Attribute Modifier and Type Method Description Set<Check>AccessRule. getChecksByType(Attribute type)Set<Check>FastFailAccessRule. getChecksByType(Attribute type)
-