Interface SSOFactory<AV,​SV,​A,​D,​S,​L>

  • Type Parameters:
    V - the cache value type
    All Superinterfaces:
    org.wildfly.clustering.ee.Creator<String,​Map.Entry<AV,​SV>,​A>, org.wildfly.clustering.ee.Locator<String,​Map.Entry<AV,​SV>>, org.wildfly.clustering.ee.Remover<String>

    public interface SSOFactory<AV,​SV,​A,​D,​S,​L>
    extends org.wildfly.clustering.ee.Creator<String,​Map.Entry<AV,​SV>,​A>, org.wildfly.clustering.ee.Locator<String,​Map.Entry<AV,​SV>>, org.wildfly.clustering.ee.Remover<String>
    Creates an SSO from its cache storage value.
    Author:
    Paul Ferraro