| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.auth.identifier | |
| edu.cornell.mannlib.vitro.webapp.auth.identifier.common |
| Modifier and Type | Class and Description |
|---|---|
class |
RoleIdentifier |
| Modifier and Type | Method and Description |
|---|---|
static String |
RoleIdentifier.getUri(Identifier id) |
| Constructor and Description |
|---|
ArrayIdentifierBundle(Identifier... ids) |
| Constructor and Description |
|---|
ArrayIdentifierBundle(Collection<? extends Identifier> ids) |
| Modifier and Type | Class and Description |
|---|---|
class |
HasAssociatedIndividual
The current user is associated with this Individual page, and has editing
rights relating to it.
|
class |
HasPermission
The current user has this Permission, through one or more PermissionSets.
|
class |
HasPermissionSet
The current user has this Permission, through one or more PermissionSets.
|
class |
HasProfile
The current user has this Individual page as their profile, and has
self-editing rights relating to it.
|
class |
HasProxyEditingRights
The current user has a Proxy relationship to this Individual page, and has
proxy editing rights relating to it.
|
class |
IsBlacklisted
The current user is blacklisted for this reason.
|
class |
IsRootUser
The current user is a root user.
|
class |
IsUser
The current user has this URI.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends Identifier> |
AbstractCommonIdentifier.getIdentifiersForClass(IdentifierBundle ids,
Class<T> clazz)
Get all of the instances of this class of Identifier from this bundle.
|
Copyright © 2021. All rights reserved.