Uses of Class
org.jboss.identity.federation.api.wstrust.WSTrustRequestContext

Packages that use WSTrustRequestContext
org.jboss.identity.federation.api.wstrust   
 

Uses of WSTrustRequestContext in org.jboss.identity.federation.api.wstrust
 

Methods in org.jboss.identity.federation.api.wstrust with parameters of type WSTrustRequestContext
 void SecurityTokenProvider.cancelToken(WSTrustRequestContext context)
           Cancels the token contained in the specified request context.
 void SecurityTokenProvider.issueToken(WSTrustRequestContext context)
           Generates a security token using the information contained in the specified request context and stores the newly-created token in the context itself.
 void SecurityTokenProvider.renewToken(WSTrustRequestContext context)
           Renews the security token contained in the specified request context.
 void SecurityTokenProvider.validateToken(WSTrustRequestContext context)
           Evaluates the validity of the token contained in the specified request context and sets the result in the context itself.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.