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 SecurityTokencreateSecurityTokenForStorage(Element token, String tokenIdentifier, Instant expiry, Principal principal, String realm, Renewing renewing)static voidstoreTokenInCache(SecurityToken securityToken, TokenStore cache, byte[] signatureValue)
-
-
-
Method Detail
-
createSecurityTokenForStorage
public static SecurityToken createSecurityTokenForStorage(Element token, String tokenIdentifier, Instant expiry, Principal principal, String realm, Renewing renewing)
-
storeTokenInCache
public static void storeTokenInCache(SecurityToken securityToken, TokenStore cache, byte[] signatureValue)
-
-