Modifier and Type | Method and Description |
---|---|
static SecurityToken |
CacheUtils.createSecurityTokenForStorage(Element token,
String tokenIdentifier,
Date 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 |
---|---|
static SecurityToken |
STSTokenHelper.getToken(Message message,
STSTokenHelper.TokenRequestParams params) |
static SecurityToken |
STSTokenHelper.getTokenByWSPolicy(Message message,
org.apache.wss4j.policy.model.IssuedToken issuedToken,
AssertionInfoMap aim) |
Modifier and Type | Method and Description |
---|---|
SecurityToken |
EHCacheTokenStore.getToken(String identifier) |
SecurityToken |
MemoryTokenStore.getToken(String id) |
SecurityToken |
TokenStore.getToken(String identifier)
Returns the
Token of the given identifier |
Modifier and Type | Method and Description |
---|---|
void |
EHCacheTokenStore.add(SecurityToken token) |
void |
MemoryTokenStore.add(SecurityToken token) |
void |
TokenStore.add(SecurityToken token)
Add the given token to the cache.
|
void |
EHCacheTokenStore.add(String identifier,
SecurityToken token) |
void |
MemoryTokenStore.add(String identifier,
SecurityToken token) |
void |
TokenStore.add(String identifier,
SecurityToken token)
Add the given token to the cache under the given identifier
|
Modifier and Type | Method and Description |
---|---|
protected SecurityToken |
AbstractSTSClient.createSecurityToken(Element el,
byte[] requestorEntropy) |
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) |
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) |
AbstractSTSClient.STSResponse |
AbstractSTSClient.renew(SecurityToken tok)
Make an "Renew" invocation and return the response as a STSResponse Object
|
SecurityToken |
STSClient.renewSecurityToken(SecurityToken tok) |
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) |
Apache CXF