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

Packages that use TrustException
org.apache.axis2.security.trust.client   
org.apache.axis2.security.trust.token   
 

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

Methods in org.apache.axis2.security.trust.client that throw TrustException
 RequestSecurityTokenResponse STSClient.doRequest(RequestSecurityToken rst)
           
 

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

Methods in org.apache.axis2.security.trust.token that throw TrustException
 void CancelTarget.setCancelTarget(org.apache.ws.security.message.token.SecurityTokenReference securityTokenReference)
          Sets the cancel target security token reference.
protected  void CancelTarget.deserializeChildElement(OMElement element)
           
protected  void Lifetime.deserializeChildElement(OMElement element)
           
 void IssueRequestSecurityToken.addClaims(String dialectURI, Iterator claimsElements)
          This should be used to set a ste of claims in the Claims element
protected  void IssueRequestSecurityToken.handleSpecificChildren(OMElement element)
           
 void CancelRequestSecurityToken.setCancelTarget(org.apache.ws.security.message.token.SecurityTokenReference securityTokenReference)
          Sets the cancel target with a security token reference
protected  void CancelRequestSecurityToken.handleSpecificChildren(OMElement element)
           
protected  void RequestSecurityToken.deserializeChildElement(OMElement element)
           
protected abstract  void RequestSecurityToken.handleSpecificChildren(OMElement element)
           
protected  void Renewing.deserializeChildElement(OMElement element)
           
protected  void Renewing.setElementTextValue(OMText textNode)
           
protected  void ValueToken.deserializeChildElement(OMElement element)
           
protected  void Claims.deserializeChildElement(OMElement element)
           
protected abstract  void AbstractToken.deserializeChildElement(OMElement element)
          This is called for each of the immediate child elements of type OMNode.ELEMENT_NODE of this token
protected abstract  void AbstractToken.setElementTextValue(OMText textNode)
          This is called with a OMText node of the current element
protected  void CompositeToken.setElementTextValue(OMText textNode)
           
protected  void RequestSecurityTokenResponse.deserializeChildElement(OMElement element)
           
protected  void AppliesTo.deserializeChildElement(OMElement element)
           
protected  void Entropy.deserializeChildElement(OMElement element)
           
 

Constructors in org.apache.axis2.security.trust.token that throw TrustException
CancelTarget(org.apache.ws.security.message.token.SecurityTokenReference securityTokenReference)
           
CancelTarget(OMElement elem)
           
Lifetime(OMElement elem)
           
RequestType(OMElement elem)
           
BinarySecret(OMElement elem)
           
IssueRequestSecurityToken(OMElement elem)
           
ComputedKey(OMElement elem)
           
CancelRequestSecurityToken(OMElement elem)
           
Reason(OMElement elem)
           
KeySize(OMElement elem)
           
TokenType(OMElement elem)
           
RequestSecurityToken(OMElement elem)
           
Expires(OMElement elem)
           
Renewing(OMElement elem)
           
ValueToken(OMElement elem)
           
Code(OMElement elem)
           
Claims(OMElement elem)
           
Created(OMElement elem)
           
AbstractToken(OMElement elem)
           
CompositeToken(OMElement elem)
           
RequestSecurityTokenResponse(OMElement elem)
           
AppliesTo(OMElement elem)
           
Entropy(OMElement elem)