Uses of Interface
edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundleFactory
-
Packages that use IdentifierBundleFactory Package Description edu.cornell.mannlib.vitro.webapp.auth.identifier edu.cornell.mannlib.vitro.webapp.auth.identifier.factory -
-
Uses of IdentifierBundleFactory in edu.cornell.mannlib.vitro.webapp.auth.identifier
Subinterfaces of IdentifierBundleFactory in edu.cornell.mannlib.vitro.webapp.auth.identifier Modifier and Type Interface Description interfaceUserBasedIdentifierBundleFactoryCreates an IdentifierBundle based only on the characteristics of the current user, without considering other aspects of the current request.Methods in edu.cornell.mannlib.vitro.webapp.auth.identifier with parameters of type IdentifierBundleFactory Modifier and Type Method Description static voidActiveIdentifierBundleFactories. addFactory(javax.servlet.ServletContextEvent sce, IdentifierBundleFactory factory)Add a new IdentifierBundleFactory to the list.static voidActiveIdentifierBundleFactories. addFactory(javax.servlet.ServletContext ctx, IdentifierBundleFactory factory)Add a new IdentifierBundleFactory to the list. -
Uses of IdentifierBundleFactory in edu.cornell.mannlib.vitro.webapp.auth.identifier.factory
Classes in edu.cornell.mannlib.vitro.webapp.auth.identifier.factory that implement IdentifierBundleFactory Modifier and Type Class Description classBaseIdentifierBundleFactorySome fields and methods that are helpful to IdentifierBundleFactory classes.classBaseUserBasedIdentifierBundleFactorySome fields and methods that are helpful to IdentifierBundleFactory classes.classHasPermissionFactoryFigure out what Permissions the user is entitled to have.classHasPermissionSetFactoryFigure out what PermissionSets the user is entitled to have.classHasProfileOrIsBlacklistedFactoryFind all of the individuals that are associated with the current user, and create either an IsBlacklisted or HasAssociatedIndividual for each one.classHasProxyEditingRightsFactoryFind out what Profiles the User can edit through proxy.classIsRootUserFactoryIf the user is logged in as a Root User, create an identifier.classIsUserFactoryIf the user is logged in, create an Identifier.
-