Class ResolverAttributeDefinitionDependency
- java.lang.Object
-
- net.shibboleth.idp.attribute.resolver.ResolverAttributeDefinitionDependency
-
public final class ResolverAttributeDefinitionDependency extends Object
A Dependency that references to an Attribute Definition.
-
-
Field Summary
Fields Modifier and Type Field Description private StringdependencyPluginIdID of the plugin that will produce the attribute.
-
Constructor Summary
Constructors Constructor Description ResolverAttributeDefinitionDependency(String pluginId)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDependencyPluginId()Gets the ID of the plugin that will produce the attribute.inthashCode()StringtoString()
-
-
-
Constructor Detail
-
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 Detail
-
getDependencyPluginId
@Nonnull public String 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
-
-