public final class ResolverDataConnectorDependency extends ResolverPluginDependency
| Modifier and Type | Field and Description |
|---|---|
private boolean |
allAttributes
Whether to depend on all the connector's attributes.
|
private Set<String> |
attributeNames
Names of attributes to import via dependency.
|
| Constructor and Description |
|---|
ResolverDataConnectorDependency(String pluginId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getAttributeNames()
Get the names of the connector's attributes that make up the dependency.
|
boolean |
isAllAttributes()
Get whether all the connector's attributes are part of the dependency.
|
void |
setAllAttributes(boolean all)
Set whether all the connector's attributes are part of the dependency.
|
void |
setAttributeNames(Collection<String> names)
Set the names of the connector's attributes that make up the dependency.
|
void |
setDependencyAttributeId(String attributeId)
Deprecated.
|
equals, getDependencyAttributeId, getDependencyPluginId, hashCode, toStringprivate boolean allAttributes
public ResolverDataConnectorDependency(@ParameterName(name="pluginId") String pluginId)
pluginId - ID of dependencypublic boolean isAllAttributes()
public void setAllAttributes(boolean all)
all - flag to set@Nonnull @NonnullElements public Collection<String> getAttributeNames()
public void setAttributeNames(@Nonnull@NotEmpty Collection<String> names)
names - attribute names@Deprecated public void setDependencyAttributeId(@Nullable String attributeId)
setAttributeNames(java.util.Collection<java.lang.String>) insteadsetDependencyAttributeId in class ResolverPluginDependencyattributeId - ID of the attribute, produced by the identified plugin, whose values will be used by the
dependent pluginsetAttributeNames(java.util.Collection<java.lang.String>)Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.