org.opensaml.ws.wsfed.impl
Class RequestSecurityTokenResponseImpl

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseImpl
All Implemented Interfaces:
RequestSecurityTokenResponse, WSFedObject, org.opensaml.xml.XMLObject

public class RequestSecurityTokenResponseImpl
extends org.opensaml.xml.AbstractXMLObject
implements RequestSecurityTokenResponse

Implementation of the RequestSecurityTokenResponse object.


Field Summary
 
Fields inherited from interface org.opensaml.ws.wsfed.RequestSecurityTokenResponse
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME
 
Method Summary
 AppliesTo getAppliesTo()
          Gets the entity to which the token applies.
 java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
          
 java.util.List<RequestedSecurityToken> getRequestedSecurityToken()
          Return the list of Security Token child elements.
 void setAppliesTo(AppliesTo newappliesTo)
          Set the entity to which the token applies.
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, 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.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Method Detail

getRequestedSecurityToken

public java.util.List<RequestedSecurityToken> getRequestedSecurityToken()
Return the list of Security Token child elements.

Specified by:
getRequestedSecurityToken in interface RequestSecurityTokenResponse
Returns:
the list of RequestedSecurityToken child elements.

getAppliesTo

public AppliesTo getAppliesTo()
Gets the entity to which the token applies.

Specified by:
getAppliesTo in interface RequestSecurityTokenResponse
Returns:
the entity to which the token applies

setAppliesTo

public void setAppliesTo(AppliesTo newappliesTo)
Set the entity to which the token applies.

Specified by:
setAppliesTo in interface RequestSecurityTokenResponse
Parameters:
newappliesTo - the entity to which the token applies

getOrderedChildren

public java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()

Specified by:
getOrderedChildren in interface org.opensaml.xml.XMLObject


Copyright © 2006-2011 Internet2. All Rights Reserved.