Interface PrincipalSelection
- All Superinterfaces:
org.opensaml.saml.common.SAMLObject
,org.opensaml.core.xml.XMLObject
- All Known Subinterfaces:
RequestedPrincipalSelection
- All Known Implementing Classes:
PrincipalSelectionImpl
,RequestedPrincipalSelectionImpl
public interface PrincipalSelection
extends org.opensaml.saml.common.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@idsec.se)
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a reference to the list of match values.Methods 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. -
MATCH_VALUE_LOCAL_NAME
Name of the MatchValue element.- See Also:
-
-
Method Details
-
getMatchValues
List<MatchValue> getMatchValues()Returns a reference to the list of match values.- Returns:
- a list of match values
-