PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.core.wstrust.wrappers.RequestSecurityToken

Packages that use RequestSecurityToken
org.picketlink.identity.federation.api.wstrust   
org.picketlink.identity.federation.core.wstrust   
org.picketlink.identity.federation.core.wstrust.wrappers   
org.picketlink.identity.federation.core.wstrust.writers   
 

Uses of RequestSecurityToken in org.picketlink.identity.federation.api.wstrust
 

Methods in org.picketlink.identity.federation.api.wstrust with parameters of type RequestSecurityToken
 Element WSTrustClient.issueToken(RequestSecurityToken request)
           Issues a security token using the specified RequestSecurityToken object.
 

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

Methods in org.picketlink.identity.federation.core.wstrust that return RequestSecurityToken
 RequestSecurityToken WSTrustRequestContext.getRequestSecurityToken()
           Obtains the object the contains the information about the security token request.
 

Methods in org.picketlink.identity.federation.core.wstrust with parameters of type RequestSecurityToken
 RequestSecurityTokenResponse StandardRequestHandler.cancel(RequestSecurityToken request, Principal callerPrincipal)
           
 RequestSecurityTokenResponse WSTrustRequestHandler.cancel(RequestSecurityToken request, Principal callerPrincipal)
           Cancels the security token as specified in the request message.
static String WSTrustUtil.getServiceNameFromAppliesTo(RequestSecurityToken requestSecurityToken)
           
protected  Source PicketLinkSTS.handleTokenRequest(RequestSecurityToken request)
           Process a security token request.
 RequestSecurityTokenResponse StandardRequestHandler.issue(RequestSecurityToken request, Principal callerPrincipal)
           
 RequestSecurityTokenResponse WSTrustRequestHandler.issue(RequestSecurityToken request, Principal callerPrincipal)
           Generates a security token according to the information specified in the request message and returns the created token in the response.
 Element STSClient.issueToken(RequestSecurityToken request)
          Issue a token
 Document StandardRequestHandler.postProcess(Document rstrDocument, RequestSecurityToken request)
           
 Document WSTrustRequestHandler.postProcess(Document rstrDocument, RequestSecurityToken request)
          Perform Post Processing on the generated RSTR Collection Document Steps such as signing and encryption need to be done here.
 RequestSecurityTokenResponse StandardRequestHandler.renew(RequestSecurityToken request, Principal callerPrincipal)
           
 RequestSecurityTokenResponse WSTrustRequestHandler.renew(RequestSecurityToken request, Principal callerPrincipal)
           Renews the security token as specified in the request message, returning the renewed token in the response.
 RequestSecurityTokenResponse StandardRequestHandler.validate(RequestSecurityToken request, Principal callerPrincipal)
           
 RequestSecurityTokenResponse WSTrustRequestHandler.validate(RequestSecurityToken request, Principal callerPrincipal)
           Validates the security token as specified in the request message.
 

Constructors in org.picketlink.identity.federation.core.wstrust with parameters of type RequestSecurityToken
WSTrustRequestContext(RequestSecurityToken request, Principal callerPrincipal)
           Creates an instance of WSTrustRequestContext using the specified request.
 

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

Methods in org.picketlink.identity.federation.core.wstrust.wrappers that return types with arguments of type RequestSecurityToken
 List<RequestSecurityToken> RequestSecurityTokenCollection.getRequestSecurityTokens()
           Obtains the collection of RequestSecurityToken objects.
 

Methods in org.picketlink.identity.federation.core.wstrust.wrappers with parameters of type RequestSecurityToken
 void RequestSecurityTokenCollection.addRequestSecurityToken(RequestSecurityToken request)
           Adds the specified RequestSecurityToken object to the collection of token requests.
 void RequestSecurityTokenCollection.removeRequestSecurityToken(RequestSecurityToken request)
           Removes the specified RequestSecurityToken object from the collection of token requests.
 

Uses of RequestSecurityToken in org.picketlink.identity.federation.core.wstrust.writers
 

Methods in org.picketlink.identity.federation.core.wstrust.writers with parameters of type RequestSecurityToken
 void WSTrustRequestWriter.write(RequestSecurityToken requestToken)
          Write the RequestSecurityToken into the OutputStream
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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