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
 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.
 

Fields in org.opensaml.ws.wsfed.impl with type parameters of type RequestedSecurityToken
private  XMLObjectChildrenList<RequestedSecurityToken> RequestSecurityTokenResponseImpl.requestedSecurityTokens
          List of all the request security tokens.
 

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(String namespaceURI, String localName, String namespacePrefix)
          
 

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



Copyright © 1999-2013. All Rights Reserved.