Uses of Class
edu.cornell.mannlib.vitro.webapp.auth.identifier.common.IsBlacklisted
-
Packages that use IsBlacklisted Package Description edu.cornell.mannlib.vitro.webapp.auth.identifier.common -
-
Uses of IsBlacklisted in edu.cornell.mannlib.vitro.webapp.auth.identifier.common
Methods in edu.cornell.mannlib.vitro.webapp.auth.identifier.common that return IsBlacklisted Modifier and Type Method Description static IsBlacklistedIsBlacklisted. getInstance(Individual individual, javax.servlet.ServletContext context)If this individual is blacklisted, return an appropriate Identifier.Methods in edu.cornell.mannlib.vitro.webapp.auth.identifier.common that return types with arguments of type IsBlacklisted Modifier and Type Method Description static Collection<IsBlacklisted>IsBlacklisted. getIdentifiers(IdentifierBundle ids)
-