Modifier and Type | Method and Description |
---|---|
static SecurityToken |
CacheUtils.createSecurityTokenForStorage(Element token,
String tokenIdentifier,
Instant expiry,
Principal principal,
String realm,
Renewing renewing) |
SecurityToken |
HazelCastTokenStore.getToken(String identifier) |
Modifier and Type | Method and Description |
---|---|
void |
HazelCastTokenStore.add(SecurityToken token) |
void |
HazelCastTokenStore.add(String identifier,
SecurityToken token) |
static void |
CacheUtils.storeTokenInCache(SecurityToken securityToken,
TokenStore cache,
byte[] signatureValue) |
Modifier and Type | Method and Description |
---|---|
SecurityToken |
KerberosClient.requestSecurityToken() |
Modifier and Type | Method and Description |
---|---|
protected void |
STSTokenOutInterceptor.processToken(Message message,
SecurityToken tok) |
Modifier and Type | Method and Description |
---|---|
SecurityToken |
TokenStore.getToken(String identifier)
Returns the
Token of the given identifier |
SecurityToken |
MemoryTokenStore.getToken(String id) |
SecurityToken |
EHCacheTokenStore.getToken(String identifier) |
Modifier and Type | Method and Description |
---|---|
void |
TokenStore.add(SecurityToken token)
Add the given token to the cache.
|
void |
MemoryTokenStore.add(SecurityToken token) |
void |
EHCacheTokenStore.add(SecurityToken token) |
void |
TokenStore.add(String identifier,
SecurityToken token)
Add the given token to the cache under the given identifier
|
void |
MemoryTokenStore.add(String identifier,
SecurityToken token) |
void |
EHCacheTokenStore.add(String identifier,
SecurityToken token) |
Modifier and Type | Method and Description |
---|---|
protected SecurityToken |
AbstractSTSClient.createSecurityToken(Element el,
byte[] requestorEntropy) |
static SecurityToken |
STSTokenRetriever.getToken(Message message,
STSTokenRetriever.TokenRequestParams params) |
static SecurityToken |
STSTokenRetriever.getToken(Message message,
STSTokenRetriever.TokenRequestParams params,
STSTokenCacher tokenCacher) |
SecurityToken |
STSClient.renewSecurityToken(SecurityToken tok) |
SecurityToken |
STSClient.requestSecurityToken() |
SecurityToken |
STSClient.requestSecurityToken(String appliesTo) |
SecurityToken |
STSClient.requestSecurityToken(String appliesTo,
String binaryExchange) |
SecurityToken |
STSClient.requestSecurityToken(String appliesTo,
String action,
String requestType,
String binaryExchange) |
SecurityToken |
STSTokenCacher.retrieveToken(Message message,
boolean retrieveTokenFromEndpoint)
Retrieve a cached STS token.
|
SecurityToken |
DefaultSTSTokenCacher.retrieveToken(Message message,
boolean retrieveTokenFromEndpoint) |
SecurityToken |
STSTokenCacher.retrieveToken(Message message,
Element delegationToken,
String cacheKey)
Retrieve a cached STS token for a given delegation token Element
|
SecurityToken |
DefaultSTSTokenCacher.retrieveToken(Message message,
Element delegationToken,
String cacheKey) |
Modifier and Type | Method and Description |
---|---|
List<SecurityToken> |
STSClient.validateSecurityToken(SecurityToken tok) |
protected List<SecurityToken> |
STSClient.validateSecurityToken(SecurityToken tok,
String tokentype) |
Modifier and Type | Method and Description |
---|---|
protected AbstractSTSClient.STSResponse |
AbstractSTSClient.cancel(SecurityToken token)
Make an "Cancel" invocation and return the response as a STSResponse Object
|
boolean |
STSClient.cancelSecurityToken(SecurityToken token) |
void |
STSTokenCacher.removeToken(Message message,
SecurityToken securityToken)
Remove a cached STS token
|
void |
DefaultSTSTokenCacher.removeToken(Message message,
SecurityToken securityToken) |
AbstractSTSClient.STSResponse |
AbstractSTSClient.renew(SecurityToken tok)
Make an "Renew" invocation and return the response as a STSResponse Object
|
SecurityToken |
STSClient.renewSecurityToken(SecurityToken tok) |
void |
STSTokenCacher.storeToken(Message message,
SecurityToken securityToken,
boolean storeTokenInEndpoint)
Store a token in the cache.
|
void |
DefaultSTSTokenCacher.storeToken(Message message,
SecurityToken securityToken,
boolean storeTokenInEndpoint) |
protected AbstractSTSClient.STSResponse |
AbstractSTSClient.validate(SecurityToken tok,
String tokentype)
Make an "Validate" invocation and return the response as a STSResponse Object
|
List<SecurityToken> |
STSClient.validateSecurityToken(SecurityToken tok) |
protected List<SecurityToken> |
STSClient.validateSecurityToken(SecurityToken tok,
String tokentype) |
Modifier and Type | Method and Description |
---|---|
protected SecurityToken |
AbstractCommonBindingHandler.getSecurityToken() |
SecurityToken |
WSSecurityTokenHolder.getToken() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.xml.security.stax.ext.SecurePart |
AbstractStaxBindingHandler.addIssuedToken(org.apache.wss4j.policy.model.AbstractToken token,
SecurityToken secToken,
boolean signed,
boolean endorsing) |
protected void |
AbstractStaxBindingHandler.storeSecurityToken(org.apache.wss4j.policy.model.AbstractToken policyToken,
SecurityToken tok) |
Constructor and Description |
---|
WSSecurityTokenHolder(SecurityToken t,
org.apache.wss4j.dom.message.WSSecHeader securityHeader) |
Apache CXF