Interface RequestedPrincipalSelection
-
- All Superinterfaces:
PrincipalSelection,SAMLObject,XMLObject
- All Known Implementing Classes:
RequestedPrincipalSelectionImpl
public interface RequestedPrincipalSelection extends PrincipalSelection
Definition for theRequestedPrincipalSelectiontype:<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 Summary
Fields Modifier and Type Field Description static StringDEFAULT_ELEMENT_LOCAL_NAMEName of the element.static QNameDEFAULT_ELEMENT_NAMEDefault element name.static StringTYPE_LOCAL_NAMELocal name of the typestatic QNameTYPE_NAMEQName of the XSI type.-
Fields inherited from interface se.litsec.swedisheid.opensaml.saml2.authentication.psc.PrincipalSelection
MATCH_VALUE_LOCAL_NAME
-
-
Method Summary
-
Methods inherited from interface se.litsec.swedisheid.opensaml.saml2.authentication.psc.PrincipalSelection
getMatchValues
-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, 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 Detail
-
DEFAULT_ELEMENT_LOCAL_NAME
static final String DEFAULT_ELEMENT_LOCAL_NAME
Name of the element.- See Also:
- Constant Field Values
-
DEFAULT_ELEMENT_NAME
static final QName DEFAULT_ELEMENT_NAME
Default element name.
-
TYPE_LOCAL_NAME
static final String TYPE_LOCAL_NAME
Local name of the type- See Also:
- Constant Field Values
-
TYPE_NAME
static final QName TYPE_NAME
QName of the XSI type.
-
-