public class SASLResponse
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
implements org.opensaml.core.xml.ElementExtensibleXMLObject
| Modifier and Type | Field and Description |
|---|---|
static String |
ATT_SERVER_MECHANISM |
private Data |
data |
static String |
DEFAULT_ELEMENT_LOCAL_NAME |
static QName |
DEFAULT_ELEMENT_NAME |
private EndpointReference |
epr |
private String |
serverMechanism |
private Status |
status |
private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> |
unknownXMLObjects |
| Modifier | Constructor and Description |
|---|---|
protected |
SASLResponse(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
Data |
getData() |
EndpointReference |
getEndpointReference() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
String |
getServerMechanism() |
Status |
getStatus() |
List<org.opensaml.core.xml.XMLObject> |
getUnknownXMLObjects() |
List<org.opensaml.core.xml.XMLObject> |
getUnknownXMLObjects(QName typeOrName) |
void |
setData(Data data) |
void |
setEndpointReference(EndpointReference epr) |
void |
setServerMechanism(String serverMechanism) |
void |
setStatus(Status status) |
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 String DEFAULT_ELEMENT_LOCAL_NAME
public static final QName DEFAULT_ELEMENT_NAME
private Status status
private EndpointReference epr
private Data data
private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> unknownXMLObjects
private String serverMechanism
public static String ATT_SERVER_MECHANISM
public List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects in interface org.opensaml.core.xml.ElementExtensibleXMLObjectpublic List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects(QName typeOrName)
getUnknownXMLObjects in interface org.opensaml.core.xml.ElementExtensibleXMLObjectpublic List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectpublic Status getStatus()
public void setStatus(Status status)
public Data getData()
public void setData(Data data)
public String getServerMechanism()
public void setServerMechanism(String serverMechanism)
public void setEndpointReference(EndpointReference epr)
public EndpointReference getEndpointReference()
Copyright © 1999–2015. All rights reserved.