Class ResolverAttributeDefinitionDependency
java.lang.Object
net.shibboleth.idp.attribute.resolver.ResolverAttributeDefinitionDependency
A Dependency that references to an Attribute Definition.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
ID of the plugin that will produce the attribute. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dependencyPluginId
ID of the plugin that will produce the attribute.
-
-
Constructor Details
-
ResolverAttributeDefinitionDependency
public ResolverAttributeDefinitionDependency(@Nonnull @NotEmpty @ParameterName(name="pluginId") String pluginId) Constructor.- Parameters:
pluginId
- ID of the plugin that will produce the attribute, never null or empty
-
-
Method Details
-
getDependencyPluginId
Gets the ID of the plugin that will produce the attribute.- Returns:
- ID of the plugin that will produce the attribute, never null or empty
-
hashCode
public int hashCode() -
equals
-
toString
-