Interface SSOFactory<AV,SV,A,D,S,L>
- Type Parameters:
V- the cache value type
- All Superinterfaces:
Creator<String,,Map.Entry<AV, SV>, A> Locator<String,,Map.Entry<AV, SV>> Remover<String>
public interface SSOFactory<AV,SV,A,D,S,L>
extends Creator<String,Map.Entry<AV,SV>,A>, Locator<String,Map.Entry<AV,SV>>, Remover<String>
Creates an
SSO from its cache storage value.- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface org.wildfly.clustering.ee.Creator
createValue
-
Method Details
-
createSSO
-
getSessionsFactory
SessionsFactory<SV,D, getSessionsFactory()S>
-