Uses of Class
org.apache.axis2.security.trust.TrustException

Packages that use TrustException
org.apache.axis2.security.trust   
org.apache.axis2.security.trust.impl   
 

Uses of TrustException in org.apache.axis2.security.trust
 

Methods in org.apache.axis2.security.trust that throw TrustException
 org.apache.axiom.soap.SOAPEnvelope TokenVerifier.veify(org.apache.axiom.om.OMElement request, MessageContext msgCtx)
           
 org.apache.axiom.soap.SOAPEnvelope TokenIssuer.issue(org.apache.axiom.om.OMElement request, MessageContext inMsgCtx)
          Create the response soap:Envelope for the given issue request.
 String TokenIssuer.getResponseAction(org.apache.axiom.om.OMElement request, MessageContext inMsgCtx)
          Returns the wsa:Action of the response
 org.apache.axiom.soap.SOAPEnvelope TokenCanceller.cancel(org.apache.axiom.om.OMElement request, MessageContext msgCtx)
           
 void SimpleTokenStore.add(Token token)
           
 void SimpleTokenStore.update(Token token)
           
 String[] SimpleTokenStore.gettokenIdentifiers()
           
 ArrayList SimpleTokenStore.getExpiredTokens()
           
 ArrayList SimpleTokenStore.getCancelledTokens()
           
 ArrayList SimpleTokenStore.getValidTokens()
           
 ArrayList SimpleTokenStore.getRenewedTokens()
           
 Token SimpleTokenStore.getToken(String id)
           
 org.apache.axiom.soap.SOAPEnvelope TokenValidator.validate(org.apache.axiom.om.OMElement request, MessageContext msgCtx)
           
static TokenRequestDispatcherConfig TokenRequestDispatcherConfig.load(org.apache.axiom.om.OMElement configElem)
           
static TokenRequestDispatcherConfig TokenRequestDispatcherConfig.load(String configFilePath)
           
 TokenIssuer TokenRequestDispatcherConfig.getDefaultIssuerInstace()
           
 TokenIssuer TokenRequestDispatcherConfig.getIssuer(String tokenType)
           
 void TokenStorage.add(Token token)
          Add the given token to the list.
 void TokenStorage.update(Token token)
          Update an existing token.
 String[] TokenStorage.gettokenIdentifiers()
          Return the list of all token identifiers.
 ArrayList TokenStorage.getExpiredTokens()
          Return the list of EXPIRED tokens.
 ArrayList TokenStorage.getValidTokens()
          Return the list of ISSUED and RENEWED tokens.
 ArrayList TokenStorage.getRenewedTokens()
          Return the list of RENEWED tokens.
 ArrayList TokenStorage.getCancelledTokens()
          Return the list of CANCELLED tokens
 Token TokenStorage.getToken(String id)
          Returns the Token of the given id
 org.apache.axiom.soap.SOAPEnvelope TokenRequestDispatcher.handle(MessageContext inMsgCtx, MessageContext outMsgCtx)
          Processes the incoming request and returns a SOAPEnvelope
 

Constructors in org.apache.axis2.security.trust that throw TrustException
TokenRequestDispatcher(TokenRequestDispatcherConfig config)
           
TokenRequestDispatcher(org.apache.axiom.om.OMElement config)
           
TokenRequestDispatcher(String configFilePath)
           
 

Uses of TrustException in org.apache.axis2.security.trust.impl
 

Methods in org.apache.axis2.security.trust.impl that throw TrustException
 org.apache.axiom.soap.SOAPEnvelope SCTIssuer.issue(org.apache.axiom.om.OMElement request, MessageContext inMsgCtx)
          Issue a SecuritycontextToken based on the wsse:Signature or wsse:UsernameToken This will support returning the SecurityContextToken with the following types of wst:RequestedProof tokens: xenc:EncryptedKey wst:ComputedKey wst:BinarySecret (for secure transport)
 String SCTIssuer.getResponseAction(org.apache.axiom.om.OMElement request, MessageContext inMsgCtx)
           
static SCTIssuerConfig SCTIssuerConfig.load(org.apache.axiom.om.OMElement elem)
           
static SCTIssuerConfig SCTIssuerConfig.load(String configFilePath)
           
 

Constructors in org.apache.axis2.security.trust.impl that throw TrustException
SCTIssuerConfig(org.apache.axiom.om.OMElement elem)