@Singleton public class StoredPasswordFilter extends java.lang.Object implements EntityFilter<com.ca.apim.gateway.cagatewayconfig.beans.StoredPassword>
| Constructor and Description |
|---|
StoredPasswordFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.ca.apim.gateway.cagatewayconfig.beans.StoredPassword> |
filter(java.lang.String folderPath,
FilterConfiguration filterConfiguration,
com.ca.apim.gateway.cagatewayconfig.beans.Bundle bundle,
com.ca.apim.gateway.cagatewayconfig.beans.Bundle filteredBundle)
Filters entities in the bundle and returns the list of filtered entities.
|
@NotNull java.util.Collection<java.lang.Class<? extends EntityFilter>> |
getDependencyEntityFilters() |
java.lang.String |
getFilterableEntityName()
The filterable entity name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityFilterFromClass@NotNull public @NotNull java.util.Collection<java.lang.Class<? extends EntityFilter>> getDependencyEntityFilters()
getDependencyEntityFilters in interface EntityFilter<com.ca.apim.gateway.cagatewayconfig.beans.StoredPassword>public java.util.List<com.ca.apim.gateway.cagatewayconfig.beans.StoredPassword> filter(java.lang.String folderPath,
FilterConfiguration filterConfiguration,
com.ca.apim.gateway.cagatewayconfig.beans.Bundle bundle,
com.ca.apim.gateway.cagatewayconfig.beans.Bundle filteredBundle)
EntityFilterfilter in interface EntityFilter<com.ca.apim.gateway.cagatewayconfig.beans.StoredPassword>folderPath - The folder path that will be filteredfilterConfiguration - This is the filter configuration.bundle - The bundle to filter entities fromfilteredBundle - The filtered bundle containing already filtered entities.public java.lang.String getFilterableEntityName()
EntityFiltergetFilterableEntityName in interface EntityFilter<com.ca.apim.gateway.cagatewayconfig.beans.StoredPassword>