| Constructor and Description |
|---|
DefaultInMemoryTokenStore() |
DefaultInMemoryTokenStore(Bus b) |
| Modifier and Type | Method and Description |
|---|---|
static TokenStore |
TokenStoreUtils.getTokenStore(Message message) |
TokenStore |
EHCacheTokenStoreFactory.newTokenStore(String key,
Message message) |
abstract TokenStore |
TokenStoreFactory.newTokenStore(String key,
Message message) |
| Constructor and Description |
|---|
EHCacheTokenStore(String key,
Bus b,
URL configFileURL) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSTSTokenCacher.removeToken(Message message,
SecurityToken securityToken) |
void |
STSTokenCacher.removeToken(Message message,
SecurityToken securityToken)
Remove a cached STS token
|
SecurityToken |
DefaultSTSTokenCacher.retrieveToken(Message message,
boolean retrieveTokenFromEndpoint) |
SecurityToken |
STSTokenCacher.retrieveToken(Message message,
boolean retrieveTokenFromEndpoint)
Retrieve a cached STS token.
|
SecurityToken |
DefaultSTSTokenCacher.retrieveToken(Message message,
Element delegationToken,
String cacheKey) |
SecurityToken |
STSTokenCacher.retrieveToken(Message message,
Element delegationToken,
String cacheKey)
Retrieve a cached STS token for a given delegation token Element
|
void |
DefaultSTSTokenCacher.storeToken(Message message,
Element delegationToken,
String secTokenId,
String cacheKey) |
void |
STSTokenCacher.storeToken(Message message,
Element delegationToken,
String secTokenId,
String cacheKey)
Store a given delegation token in the cache (or update it if it's already there), with a reference to the
security token obtained from the STS.
|
void |
DefaultSTSTokenCacher.storeToken(Message message,
SecurityToken securityToken,
boolean storeTokenInEndpoint) |
void |
STSTokenCacher.storeToken(Message message,
SecurityToken securityToken,
boolean storeTokenInEndpoint)
Store a token in the cache.
|
| Modifier and Type | Method and Description |
|---|---|
protected CallbackHandler |
WSS4JInInterceptor.getCallback(RequestData reqData) |
static String |
WSS4JUtils.parseAndStoreStreamingSecurityToken(org.apache.xml.security.stax.securityToken.SecurityToken securityToken,
Message message) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.xml.security.stax.ext.SecurePart |
AbstractStaxBindingHandler.addKerberosToken(KerberosToken token,
boolean signed,
boolean endorsing,
boolean encrypting) |
protected SamlAssertionWrapper |
AbstractBindingBuilder.addSamlToken(SamlToken token) |
protected SecurityToken |
AbstractCommonBindingHandler.getSecurityToken() |
protected WSSecSignature |
AbstractBindingBuilder.getSignatureBuilder(AbstractToken token,
boolean attached,
boolean endorse) |
protected TokenStore |
AbstractBindingBuilder.getTokenStore() |
protected List<org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractBindingBuilder.SupportingToken> |
AbstractBindingBuilder.handleSupportingTokens(SupportingTokens suppTokens,
boolean endorse,
List<org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractBindingBuilder.SupportingToken> ret) |
protected void |
AbstractBindingBuilder.storeAssertionAsSecurityToken(SamlAssertionWrapper assertion)
Store a SAML Assertion as a SecurityToken
|
| Constructor and Description |
|---|
SymmetricBindingHandler(WSSConfig config,
SymmetricBinding binding,
SOAPMessage saaj,
WSSecHeader secHeader,
org.apache.cxf.ws.policy.AssertionInfoMap aim,
org.apache.cxf.binding.soap.SoapMessage message) |
Copyright © 2025 JBoss by Red Hat. All rights reserved.