Class PrincipalSelectionImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
se.swedenconnect.opensaml.sweid.saml2.authn.psc.impl.PrincipalSelectionImpl
All Implemented Interfaces:
XMLObject, SAMLObject, PrincipalSelection
Direct Known Subclasses:
RequestedPrincipalSelectionImpl

public class PrincipalSelectionImpl extends AbstractXMLObject implements PrincipalSelection
Implementation class for the PrincipalSelection interface.
Author:
Martin Lindström (martin@idsec.se)
  • Constructor Details

    • PrincipalSelectionImpl

      protected PrincipalSelectionImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details