Class AttributeAuthorityEntityIDContext

java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.attribute.resolver.dc.saml.util.impl.AttributeAuthorityEntityIDContext
All Implemented Interfaces:
Iterable<BaseContext>

public class AttributeAuthorityEntityIDContext extends BaseContext
Used by SimpleAggregationSAMLDataConnector hold the current attribute authority entityID from which attributes are being resolved.
  • Field Details

    • authorityEntityID

      private String authorityEntityID
      The authority entityID.
  • Constructor Details

    • AttributeAuthorityEntityIDContext

      public AttributeAuthorityEntityIDContext(@Nonnull String entityID)
      Constructor.
      Parameters:
      entityID - the authority entityID
  • Method Details

    • getAuthorityEntityID

      public String getAuthorityEntityID()
      Get the authority entityID.
      Returns:
      the entityID