Interface PrincipalSelection

  • All Superinterfaces:
    SAMLObject, XMLObject
    All Known Subinterfaces:
    RequestedPrincipalSelection
    All Known Implementing Classes:
    PrincipalSelectionImpl, RequestedPrincipalSelectionImpl

    public interface PrincipalSelection
    extends SAMLObject
    Definition for the PrincipalSelection type:
     
     <xs:element name="PrincipalSelection" type="psc:PrincipalSelectionType" />
     
     <xs:complexType name="PrincipalSelectionType">
       <xs:sequence>
         <xs:element maxOccurs="unbounded" name="MatchValue" type="psc:MatchValueType" minOccurs="1" />
       </xs:sequence>
     </xs:complexType>
     
     
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)
    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getMatchValues

        List<MatchValue> getMatchValues()
        Returns a reference to the list of match values.
        Returns:
        a list of match values