Package | Description |
---|---|
org.apache.cxf.ws.security.kerberos | |
org.apache.cxf.ws.security.tokenstore | |
org.apache.cxf.ws.security.trust | |
org.apache.cxf.ws.security.wss4j.policyhandlers |
Modifier and Type | Method and Description |
---|---|
SecurityToken |
KerberosClient.requestSecurityToken() |
Modifier and Type | Method and Description |
---|---|
SecurityToken |
MemoryTokenStore.getToken(String id) |
SecurityToken |
TokenStore.getToken(String identifier)
Returns the
Token of the given identifier |
SecurityToken |
EHCacheTokenStore.getToken(String identifier) |
Modifier and Type | Method and Description |
---|---|
Collection<SecurityToken> |
MemoryTokenStore.getExpiredTokens() |
Collection<SecurityToken> |
TokenStore.getExpiredTokens()
Return the list of expired tokens.
|
Collection<SecurityToken> |
EHCacheTokenStore.getExpiredTokens() |
Modifier and Type | Method and Description |
---|---|
void |
MemoryTokenStore.add(SecurityToken token) |
void |
TokenStore.add(SecurityToken token)
Add the given token to the cache.
|
void |
EHCacheTokenStore.add(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
|
void |
EHCacheTokenStore.add(String identifier,
SecurityToken token) |
Modifier and Type | Method and Description |
---|---|
protected SecurityToken |
STSClient.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 |
---|---|
boolean |
STSClient.cancelSecurityToken(SecurityToken token) |
SecurityToken |
STSClient.renewSecurityToken(SecurityToken tok) |
List<SecurityToken> |
STSClient.validateSecurityToken(SecurityToken tok) |
protected List<SecurityToken> |
STSClient.validateSecurityToken(SecurityToken tok,
String tokentype) |
Modifier and Type | Method and Description |
---|---|
protected SecurityToken |
AbstractBindingBuilder.getSecurityToken() |
SecurityToken |
WSSecurityTokenHolder.getToken() |
Constructor and Description |
---|
WSSecurityTokenHolder(org.apache.ws.security.WSSConfig config,
SecurityToken t) |
Apache CXF