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 anSSOfrom its cache storage value.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SSO<A,D,S,L>createSSO(String id, Map.Entry<AV,SV> value)SessionsFactory<SV,D,S>getSessionsFactory()-
Methods inherited from interface org.wildfly.clustering.ee.Creator
createValue
-
-