Package org.apache.cxf.sts.cache
Class CacheUtils
- java.lang.Object
-
- org.apache.cxf.sts.cache.CacheUtils
-
public final class CacheUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.cxf.ws.security.tokenstore.SecurityTokencreateSecurityTokenForStorage(Element token, String tokenIdentifier, Instant expiry, Principal principal, String realm, Renewing renewing)static voidstoreTokenInCache(org.apache.cxf.ws.security.tokenstore.SecurityToken securityToken, org.apache.cxf.ws.security.tokenstore.TokenStore cache, byte[] signatureValue)
-
-
-
Method Detail
-
createSecurityTokenForStorage
public static org.apache.cxf.ws.security.tokenstore.SecurityToken createSecurityTokenForStorage(Element token, String tokenIdentifier, Instant expiry, Principal principal, String realm, Renewing renewing)
-
storeTokenInCache
public static void storeTokenInCache(org.apache.cxf.ws.security.tokenstore.SecurityToken securityToken, org.apache.cxf.ws.security.tokenstore.TokenStore cache, byte[] signatureValue)
-
-