Uses of Interface
edu.cornell.mannlib.vitro.webapp.auth.identifier.Identifier
-
Packages that use Identifier Package Description edu.cornell.mannlib.vitro.webapp.auth.identifier edu.cornell.mannlib.vitro.webapp.auth.identifier.common -
-
Uses of Identifier in edu.cornell.mannlib.vitro.webapp.auth.identifier
Classes in edu.cornell.mannlib.vitro.webapp.auth.identifier that implement Identifier Modifier and Type Class Description classRoleIdentifierMethods in edu.cornell.mannlib.vitro.webapp.auth.identifier with parameters of type Identifier Modifier and Type Method Description static StringRoleIdentifier. getUri(Identifier id)Constructors in edu.cornell.mannlib.vitro.webapp.auth.identifier with parameters of type Identifier Constructor Description ArrayIdentifierBundle(Identifier... ids)Constructor parameters in edu.cornell.mannlib.vitro.webapp.auth.identifier with type arguments of type Identifier Constructor Description ArrayIdentifierBundle(Collection<? extends Identifier> ids) -
Uses of Identifier in edu.cornell.mannlib.vitro.webapp.auth.identifier.common
Classes in edu.cornell.mannlib.vitro.webapp.auth.identifier.common that implement Identifier Modifier and Type Class Description classHasAssociatedIndividualThe current user is associated with this Individual page, and has editing rights relating to it.classHasProfileThe current user has this Individual page as their profile, and has self-editing rights relating to it.classHasProxyEditingRightsThe current user has a Proxy relationship to this Individual page, and has proxy editing rights relating to it.classIdentifierPermissionSetProviderThe current user has this Permission, through one or more PermissionSets.classIsRootUserThe current user is a root user.classIsUserThe current user has this URI.Methods in edu.cornell.mannlib.vitro.webapp.auth.identifier.common with type parameters of type Identifier Modifier and Type Method Description protected static <T extends Identifier>
Collection<T>AbstractCommonIdentifier. getIdentifiersForClass(IdentifierBundle ids, Class<T> clazz)Get all of the instances of this class of Identifier from this bundle.
-