Uses of Interface
org.opensaml.ws.wsfed.RequestedSecurityToken

Packages that use RequestedSecurityToken
org.opensaml.ws.wsfed   
org.opensaml.ws.wsfed.impl   
 

Uses of RequestedSecurityToken in org.opensaml.ws.wsfed
 

Methods in org.opensaml.ws.wsfed that return types with arguments of type RequestedSecurityToken
 java.util.List<RequestedSecurityToken> RequestSecurityTokenResponse.getRequestedSecurityToken()
          Return the list of Security Token child elements.
 

Uses of RequestedSecurityToken in org.opensaml.ws.wsfed.impl
 

Classes in org.opensaml.ws.wsfed.impl that implement RequestedSecurityToken
 class RequestedSecurityTokenImpl
          Implementation of the RequestedSecurityToken object.
 

Methods in org.opensaml.ws.wsfed.impl that return RequestedSecurityToken
 RequestedSecurityToken RequestedSecurityTokenBuilder.buildObject()
          Builds a WS-Federation object using its default element name.
 RequestedSecurityToken RequestedSecurityTokenBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 

Methods in org.opensaml.ws.wsfed.impl that return types with arguments of type RequestedSecurityToken
 java.util.List<RequestedSecurityToken> RequestSecurityTokenResponseImpl.getRequestedSecurityToken()
          Return the list of Security Token child elements.
 



Copyright © 2006-2009 Internet2. All Rights Reserved.