public class RedirectRequest
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
<xs:element name="RedirectRequest" type="RedirectRequestType"/>
<xs:complexType name="RedirectRequestType">
<xs:attribute name="redirectURL" type="xs:anyURI" use="required"/>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RedirectRequest.Builder
Internal Builder
|
static class |
RedirectRequest.Marshaller
Static Internal Marshaller
|
static class |
RedirectRequest.Unmarshaller
Static Internal Unmarshaller
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME |
static QName |
LOCAL_Q_NAME |
private String |
reason
Optional text content can be used to indicate the reason for the need for
redirection of the requesting principal
|
static String |
REDIRECT_URL_ATTR_NAME |
private String |
redirectURL
Required attribute: The URL to which the WSC should redirect the user
agent.
|
| Modifier | Constructor and Description |
|---|---|
|
RedirectRequest()
Constructor
|
protected |
RedirectRequest(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
String |
getReason() |
String |
getRedirectURL() |
void |
setReason(String reason) |
void |
setRedirectURL(String value) |
getSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic static final String DEFAULT_ELEMENT_LOCAL_NAME
public static final QName LOCAL_Q_NAME
public static final String REDIRECT_URL_ATTR_NAME
private String redirectURL
private String reason
public RedirectRequest()
protected RedirectRequest(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespacepublic String getRedirectURL()
public void setRedirectURL(String value)
public String getReason()
public void setReason(String reason)
reason - the reason to setpublic List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.