Interface RequestParams
- All Superinterfaces:
org.opensaml.saml.common.SAMLObject
,org.opensaml.core.xml.XMLObject
- All Known Implementing Classes:
RequestParamsImpl
public interface RequestParams
extends org.opensaml.saml.common.SAMLObject
Representation of the
RequestParam
element.- Author:
- Martin Lindström (martin@idsec.se)
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a reference to the list of parameters.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.
-
-
Method Details
-
getParameters
Returns a reference to the list of parameters.- Returns:
- a list of parameters
-