Interface RequestedPrincipalSelection
- All Superinterfaces:
 PrincipalSelection,SAMLObject,XMLObject
- All Known Implementing Classes:
 RequestedPrincipalSelectionImpl
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@idsec.se)
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the element.static final QNameDefault element name.static final StringLocal name of the typestatic final QNameQName of the XSI type.Fields inherited from interface se.swedenconnect.opensaml.sweid.saml2.authn.psc.PrincipalSelection
MATCH_VALUE_LOCAL_NAME - 
Method Summary
Methods inherited from interface se.swedenconnect.opensaml.sweid.saml2.authn.psc.PrincipalSelection
getMatchValuesMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation 
- 
Field Details
- 
DEFAULT_ELEMENT_LOCAL_NAME
Name of the element.- See Also:
 
 - 
DEFAULT_ELEMENT_NAME
Default element name. - 
TYPE_LOCAL_NAME
Local name of the type- See Also:
 
 - 
TYPE_NAME
QName of the XSI type. 
 -