| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.auth.identifier | |
| edu.cornell.mannlib.vitro.webapp.auth.identifier.factory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserBasedIdentifierBundleFactory
Creates an IdentifierBundle based only on the characteristics of the current
user, without considering other aspects of the current request.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ActiveIdentifierBundleFactories.addFactory(javax.servlet.ServletContextEvent sce,
IdentifierBundleFactory factory)
Add a new IdentifierBundleFactory to the list.
|
static void |
ActiveIdentifierBundleFactories.addFactory(javax.servlet.ServletContext ctx,
IdentifierBundleFactory factory)
Add a new IdentifierBundleFactory to the list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseIdentifierBundleFactory
Some fields and methods that are helpful to IdentifierBundleFactory classes.
|
class |
BaseUserBasedIdentifierBundleFactory
Some fields and methods that are helpful to IdentifierBundleFactory classes.
|
class |
HasPermissionFactory
Figure out what Permissions the user is entitled to have.
|
class |
HasPermissionSetFactory
Figure out what PermissionSets the user is entitled to have.
|
class |
HasProfileOrIsBlacklistedFactory
Find all of the individuals that are associated with the current user, and
create either an IsBlacklisted or HasAssociatedIndividual for each one.
|
class |
HasProxyEditingRightsFactory
Find out what Profiles the User can edit through proxy.
|
class |
IsRootUserFactory
If the user is logged in as a Root User, create an identifier.
|
class |
IsUserFactory
If the user is logged in, create an Identifier.
|
Copyright © 2022. All rights reserved.