PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.ws.trust.RequestSecurityTokenType

Packages that use RequestSecurityTokenType
org.picketlink.identity.federation.core.wstrust   
org.picketlink.identity.federation.core.wstrust.wrappers   
org.picketlink.identity.federation.ws.trust   
 

Uses of RequestSecurityTokenType in org.picketlink.identity.federation.core.wstrust
 

Methods in org.picketlink.identity.federation.core.wstrust that return RequestSecurityTokenType
 RequestSecurityTokenType SAML2SecurityToken.getToken()
           
 

Constructors in org.picketlink.identity.federation.core.wstrust with parameters of type RequestSecurityTokenType
SAML2SecurityToken(RequestSecurityTokenType token)
           
 

Uses of RequestSecurityTokenType in org.picketlink.identity.federation.core.wstrust.wrappers
 

Methods in org.picketlink.identity.federation.core.wstrust.wrappers that return RequestSecurityTokenType
 RequestSecurityTokenType RequestSecurityToken.getDelegate()
           Obtains a reference to the RequestSecurityTokenType delegate.
 

Constructors in org.picketlink.identity.federation.core.wstrust.wrappers with parameters of type RequestSecurityTokenType
RequestSecurityToken(RequestSecurityTokenType delegate)
           Creates an instance of RequestSecurityToken using the specified delegate.
RequestSecurityToken(RequestSecurityTokenType delegate, Document rstDocument)
          Creates an instance of RequestSecurityTokenType and Document
 

Uses of RequestSecurityTokenType in org.picketlink.identity.federation.ws.trust
 

Fields in org.picketlink.identity.federation.ws.trust with type parameters of type RequestSecurityTokenType
protected  List<RequestSecurityTokenType> RequestSecurityTokenCollectionType.requestSecurityToken
           
 

Methods in org.picketlink.identity.federation.ws.trust that return types with arguments of type RequestSecurityTokenType
 List<RequestSecurityTokenType> RequestSecurityTokenCollectionType.getRequestSecurityToken()
          Gets the value of the requestSecurityToken property.
 

Methods in org.picketlink.identity.federation.ws.trust with parameters of type RequestSecurityTokenType
 void RequestSecurityTokenCollectionType.add(RequestSecurityTokenType t)
           
 boolean RequestSecurityTokenCollectionType.remove(RequestSecurityTokenType t)
           
 


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.