Uses of Class
org.apache.rampart.RampartException

Packages that use RampartException
org.apache.rampart   
org.apache.rampart.builder   
org.apache.rampart.conversation   
org.apache.rampart.policy   
org.apache.rampart.util   
 

Uses of RampartException in org.apache.rampart
 

Methods in org.apache.rampart that throw RampartException
 void MessageBuilder.build(org.apache.axis2.context.MessageContext msgCtx)
           
 void PolicyBasedResultsValidator.validate(ValidatorData data, java.util.Vector results)
           
protected  boolean PolicyBasedResultsValidator.verifyTrust(java.security.cert.X509Certificate cert, RampartMessageData rmd)
          Evaluate whether a given certificate should be trusted.
 java.util.Vector RampartEngine.process(org.apache.axis2.context.MessageContext msgCtx)
           
 void RampartMessageData.setPolicyData(RampartPolicyData policyData)
           
 org.apache.rahas.TokenStorage RampartMessageData.getTokenStorage()
           
 

Constructors in org.apache.rampart that throw RampartException
RampartMessageData(org.apache.axis2.context.MessageContext msgCtx, boolean sender)
           
 

Uses of RampartException in org.apache.rampart.builder
 

Methods in org.apache.rampart.builder that throw RampartException
 void TransportBindingBuilder.build(RampartMessageData rmd)
           
 void SymmetricBindingBuilder.build(RampartMessageData rmd)
           
protected  org.apache.ws.security.message.WSSecUsernameToken BindingBuilder.addUsernameToken(RampartMessageData rmd)
          Add a UsernameToken to the security header
protected  org.apache.ws.security.message.WSSecEncryptedKey BindingBuilder.getEncryptedKeyBuilder(RampartMessageData rmd, org.apache.ws.secpolicy.model.Token token)
           
protected  org.apache.ws.security.message.WSSecSignature BindingBuilder.getSignatureBuider(RampartMessageData rmd, org.apache.ws.secpolicy.model.Token token)
           
protected  java.util.HashMap BindingBuilder.handleSupportingTokens(RampartMessageData rmd, org.apache.ws.secpolicy.model.SupportingToken suppTokens)
           
protected  java.util.Vector BindingBuilder.addSignatureParts(java.util.HashMap tokenMap, java.util.Vector sigParts)
           
protected  java.util.Vector BindingBuilder.doEndorsedSignatures(RampartMessageData rmd, java.util.HashMap tokenMap)
           
protected  byte[] BindingBuilder.doSymmSignature(RampartMessageData rmd, org.apache.ws.secpolicy.model.Token policyToken, org.apache.rahas.Token tok, java.util.Vector sigParts)
           
protected  org.apache.rahas.Token BindingBuilder.getToken(RampartMessageData rmd, java.lang.String tokenId)
          Get hold of the token from the token storage
 void AsymmetricBindingBuilder.build(RampartMessageData rmd)
           
 

Uses of RampartException in org.apache.rampart.conversation
 

Methods in org.apache.rampart.conversation that throw RampartException
static void STSRequester.issueRequest(ConversationConfiguration config)
          Deprecated.  
static org.apache.ws.security.components.crypto.Crypto Util.getCryptoInstace(ConversationConfiguration config)
          Returns the crypto instance of this configuration.
static void Util.resgisterContext(java.lang.String identifier, ConversationConfiguration config)
          This registers the security context mapping ?e context identifier to the wsa:Action/soapAction or the service address, depending on the scope.
 

Uses of RampartException in org.apache.rampart.policy
 

Methods in org.apache.rampart.policy that throw RampartException
 void RampartPolicyData.setSupporttingtokenId(org.apache.ws.secpolicy.model.Token token, java.lang.String id, int type)
          Add the given token and id to the map.
 java.lang.String RampartPolicyData.getSupportingTokenID(org.apache.ws.secpolicy.model.Token token, int type)
           
 

Uses of RampartException in org.apache.rampart.util
 

Methods in org.apache.rampart.util that throw RampartException
static javax.security.auth.callback.CallbackHandler RampartUtil.getPasswordCB(RampartMessageData rmd)
           
static javax.security.auth.callback.CallbackHandler RampartUtil.getPasswordCB(org.apache.axis2.context.MessageContext msgContext, RampartPolicyData rpd)
           
static org.apache.ws.security.WSPasswordCallback RampartUtil.performCallback(javax.security.auth.callback.CallbackHandler cbHandler, java.lang.String username, int doAction)
          Perform a callback to get a password.
static org.apache.ws.security.components.crypto.Crypto RampartUtil.getEncryptionCrypto(RampartConfig config, java.lang.ClassLoader loader)
          Create the Crypto instance for encryption using information from the rampart configuration assertion
static org.apache.ws.security.components.crypto.Crypto RampartUtil.getSignatureCrypto(RampartConfig config, java.lang.ClassLoader loader)
          Create the Crypto instance for signature using information from the rampart configuration assertion
static int RampartUtil.getKeyIdentifier(org.apache.ws.secpolicy.model.X509Token token)
          figureout the key identifier of a give X509Token
static java.lang.String RampartUtil.processIssuerAddress(org.apache.axiom.om.OMElement issuerAddress)
          Process a give issuer address element and return the address.
static org.apache.axiom.om.OMElement RampartUtil.createRSTTempalteForSCT(int conversationVersion, int wstVersion)
           
static java.lang.String RampartUtil.getSecConvToken(RampartMessageData rmd, org.apache.ws.secpolicy.model.SecureConversationToken secConvTok)
          Obtain a security context token.
static java.lang.String RampartUtil.getIssuedToken(RampartMessageData rmd, org.apache.ws.secpolicy.model.IssuedToken issuedToken)
          Obtain an issued token.
static java.lang.String RampartUtil.getToken(RampartMessageData rmd, org.apache.axiom.om.OMElement rstTemplate, java.lang.String issuerEpr, java.lang.String action, org.apache.neethi.Policy issuerPolicy)
          Request a token.
static boolean RampartUtil.isTokenValid(RampartMessageData rmd, java.lang.String id)
           
static void RampartUtil.setEncryptionUser(RampartMessageData rmd, org.apache.ws.security.message.WSSecEncryptedKey encrKeyBuilder)
           
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.