Class IdPAttributePrincipal

java.lang.Object
net.shibboleth.idp.authn.principal.IdPAttributePrincipal
All Implemented Interfaces:
Principal

public class IdPAttributePrincipal extends Object implements Principal
Principal that wraps an IdPAttribute.
  • Field Details

    • attribute

      @Nonnull private net.shibboleth.idp.attribute.IdPAttribute attribute
      The wrapped attribute.
  • Constructor Details

    • IdPAttributePrincipal

      public IdPAttributePrincipal(@Nonnull @ParameterName(name="attr") net.shibboleth.idp.attribute.IdPAttribute attr)
      Constructor.
      Parameters:
      attr - the attribute
  • Method Details