Package org.opensaml.soap.wsfed.impl
Class RequestSecurityTokenResponseImpl
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObject
-
- org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseImpl
-
- All Implemented Interfaces:
XMLObject,RequestSecurityTokenResponse,WSFedObject
public class RequestSecurityTokenResponseImpl extends AbstractXMLObject implements RequestSecurityTokenResponse
Implementation of theRequestSecurityTokenResponseobject.
-
-
Field Summary
Fields Modifier and Type Field Description private AppliesToappliesToEntity to whom the tokens apply.private XMLObjectChildrenList<RequestedSecurityToken>requestedSecurityTokensList of all the request security tokens.-
Fields inherited from interface org.opensaml.soap.wsfed.RequestSecurityTokenResponse
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description RequestSecurityTokenResponseImpl(String namespaceURI, String elementLocalName, String namespacePrefix)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppliesTogetAppliesTo()List<XMLObject>getOrderedChildren()List<RequestedSecurityToken>getRequestedSecurityToken()voidsetAppliesTo(AppliesTo newappliesTo)-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, 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, setSchemaType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
-
-
-
Field Detail
-
requestedSecurityTokens
private final XMLObjectChildrenList<RequestedSecurityToken> requestedSecurityTokens
List of all the request security tokens.
-
appliesTo
private AppliesTo appliesTo
Entity to whom the tokens apply.
-
-
Constructor Detail
-
RequestSecurityTokenResponseImpl
RequestSecurityTokenResponseImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
Constructor.- Parameters:
namespaceURI- the namespace the element is inelementLocalName- the local name of the XML element this Object representsnamespacePrefix- the prefix for the given namespace
-
-
Method Detail
-
getRequestedSecurityToken
public List<RequestedSecurityToken> getRequestedSecurityToken()
- Specified by:
getRequestedSecurityTokenin interfaceRequestSecurityTokenResponse
-
getAppliesTo
public AppliesTo getAppliesTo()
- Specified by:
getAppliesToin interfaceRequestSecurityTokenResponse
-
setAppliesTo
public void setAppliesTo(AppliesTo newappliesTo)
- Specified by:
setAppliesToin interfaceRequestSecurityTokenResponse
-
getOrderedChildren
public List<XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildrenin interfaceXMLObject
-
-