|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
PolicyBasedResultsValidator.validate(ValidatorData data,
Vector results)
|
protected boolean |
PolicyBasedResultsValidator.verifyTrust(X509Certificate cert,
RampartMessageData rmd)
Evaluate whether a given certificate should be trusted. |
Vector |
RampartEngine.process(org.apache.axis2.context.MessageContext msgCtx)
|
void |
MessageBuilder.build(org.apache.axis2.context.MessageContext msgCtx)
|
void |
RampartMessageData.setPolicyData(RampartPolicyData policyData)
|
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,
Token token)
|
protected org.apache.ws.security.message.WSSecSignature |
BindingBuilder.getSignatureBuider(RampartMessageData rmd,
Token token)
|
protected HashMap |
BindingBuilder.handleSupportingTokens(RampartMessageData rmd,
SupportingToken suppTokens)
|
protected Vector |
BindingBuilder.addSignatureParts(HashMap tokenMap,
Vector sigParts)
|
protected Vector |
BindingBuilder.doEndorsedSignatures(RampartMessageData rmd,
HashMap tokenMap)
|
protected byte[] |
BindingBuilder.doSymmSignature(RampartMessageData rmd,
Token policyToken,
Token tok,
Vector sigParts)
|
protected Token |
BindingBuilder.getToken(RampartMessageData rmd,
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(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(Token token,
String id,
int type)
Add the given token and id to the map. |
String |
RampartPolicyData.getSupportingTokenID(Token token,
int type)
|
Uses of RampartException in org.apache.rampart.util |
Methods in org.apache.rampart.util that throw RampartException | |
static CallbackHandler |
RampartUtil.getPasswordCB(RampartMessageData rmd)
|
static CallbackHandler |
RampartUtil.getPasswordCB(org.apache.axis2.context.MessageContext msgContext,
RampartPolicyData rpd)
|
static org.apache.ws.security.WSPasswordCallback |
RampartUtil.performCallback(CallbackHandler cbHandler,
String username,
int doAction)
Perform a callback to get a password. |
static org.apache.ws.security.components.crypto.Crypto |
RampartUtil.getEncryptionCrypto(RampartConfig config,
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,
ClassLoader loader)
Create the Crypto instance for signature using information
from the rampart configuration assertion |
static int |
RampartUtil.getKeyIdentifier(X509Token token)
figureout the key identifier of a give X509Token |
static 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 String |
RampartUtil.getSecConvToken(RampartMessageData rmd,
SecureConversationToken secConvTok)
Obtain a security context token. |
static String |
RampartUtil.getIssuedToken(RampartMessageData rmd,
IssuedToken issuedToken)
Obtain an issued token. |
static String |
RampartUtil.getToken(RampartMessageData rmd,
org.apache.axiom.om.OMElement rstTemplate,
String issuerEpr,
String action,
org.apache.neethi.Policy issuerPolicy)
Request a token. |
static boolean |
RampartUtil.isTokenValid(RampartMessageData rmd,
String id)
|
static void |
RampartUtil.setEncryptionUser(RampartMessageData rmd,
org.apache.ws.security.message.WSSecEncryptedKey encrKeyBuilder)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |