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

Packages that use WSTrustException
org.jboss.identity.federation.api.wstrust   
org.jboss.identity.federation.bindings.jboss.trust   
 

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

Methods in org.jboss.identity.federation.api.wstrust that throw WSTrustException
 RequestSecurityTokenResponse WSTrustRequestHandler.cancel(RequestSecurityToken request, javax.xml.ws.handler.MessageContext context)
           Cancels the security token as specified in the request message.
 void SecurityTokenProvider.cancelToken(WSTrustRequestContext context)
           Cancels the token contained in the specified request context.
 RequestSecurityTokenResponse WSTrustRequestHandler.issue(RequestSecurityToken request, javax.xml.ws.handler.MessageContext context)
           Generates a security token according to the information specified in the request message and returns the created token in the response.
 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.
 RequestSecurityTokenResponse WSTrustRequestHandler.renew(RequestSecurityToken request, javax.xml.ws.handler.MessageContext context)
           Renews the security token as specified in the request message, returning the renewed token in the response.
 void SecurityTokenProvider.renewToken(WSTrustRequestContext context)
           Renews the security token contained in the specified request context.
 RequestSecurityTokenResponse WSTrustRequestHandler.validate(RequestSecurityToken request, javax.xml.ws.handler.MessageContext context)
           Validates the security token as specified in the request message.
 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.
 

Uses of WSTrustException in org.jboss.identity.federation.bindings.jboss.trust
 

Methods in org.jboss.identity.federation.bindings.jboss.trust that throw WSTrustException
 RequestSecurityTokenResponse JBossRequestHandler.cancel(RequestSecurityToken request, javax.xml.ws.handler.MessageContext context)
           
 RequestSecurityTokenResponse JBossRequestHandler.issue(RequestSecurityToken request, javax.xml.ws.handler.MessageContext context)
           
 RequestSecurityTokenResponse JBossRequestHandler.renew(RequestSecurityToken request, javax.xml.ws.handler.MessageContext context)
           
 RequestSecurityTokenResponse JBossRequestHandler.validate(RequestSecurityToken request, javax.xml.ws.handler.MessageContext context)
           
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.