Package org.apache.cxf.sts.cache
Class CacheUtils
java.lang.Object
org.apache.cxf.sts.cache.CacheUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic SecurityTokencreateSecurityTokenForStorage(Element token, String tokenIdentifier, Instant expiry, Principal principal, String realm, Renewing renewing) static voidstoreTokenInCache(SecurityToken securityToken, TokenStore cache, byte[] signatureValue)
-
Method Details
-
createSecurityTokenForStorage
-
storeTokenInCache
public static void storeTokenInCache(SecurityToken securityToken, TokenStore cache, byte[] signatureValue)
-