public final class CacheUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.apache.cxf.ws.security.tokenstore.SecurityToken |
createSecurityTokenForStorage(Element token,
String tokenIdentifier,
Instant expiry,
Principal principal,
String realm,
Renewing renewing) |
static void |
storeTokenInCache(org.apache.cxf.ws.security.tokenstore.SecurityToken securityToken,
org.apache.cxf.ws.security.tokenstore.TokenStore cache,
byte[] signatureValue) |
public static org.apache.cxf.ws.security.tokenstore.SecurityToken createSecurityTokenForStorage(Element token, String tokenIdentifier, Instant expiry, Principal principal, String realm, Renewing renewing)
public static void storeTokenInCache(org.apache.cxf.ws.security.tokenstore.SecurityToken securityToken,
org.apache.cxf.ws.security.tokenstore.TokenStore cache,
byte[] signatureValue)
Apache CXF