Interface RequestedPrincipalSelection

  • All Superinterfaces:
    PrincipalSelection, SAMLObject, XMLObject
    All Known Implementing Classes:
    RequestedPrincipalSelectionImpl

    public interface RequestedPrincipalSelection
    extends PrincipalSelection
    Definition for the RequestedPrincipalSelection type:
     
     <xs:element name="RequestedPrincipalSelection" type="psc:RequestedPrincipalSelectionType" />
     
     <xs:complexType name="RequestedPrincipalSelectionType">
       <xs:complexContent>
         <xs:extension base="psc:PrincipalSelectionType" />
       </xs:complexContent>
     </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.