Class CompositeSSOManager<AV,SV,A,D,S,L>
java.lang.Object
org.wildfly.clustering.web.cache.sso.CompositeSSOManager<AV,SV,A,D,S,L>
- All Implemented Interfaces:
Restartable,SSOManager<A,D, S, L, TransactionBatch>
public class CompositeSSOManager<AV,SV,A,D,S,L>
extends Object
implements SSOManager<A,D,S,L,TransactionBatch>
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeSSOManager(SSOFactory<AV, SV, A, D, S, L> factory, IdentifierFactory<String> identifierFactory, Batcher<TransactionBatch> batcher) -
Method Summary
-
Constructor Details
-
CompositeSSOManager
public CompositeSSOManager(SSOFactory<AV, SV, A, D, S, L> factory, IdentifierFactory<String> identifierFactory, Batcher<TransactionBatch> batcher)
-
-
Method Details
-
createSSO
-
findSSO
-
findSessionsContaining
- Specified by:
findSessionsContainingin interfaceSSOManager<AV,SV, A, D, S>
-
getBatcher
- Specified by:
getBatcherin interfaceSSOManager<AV,SV, A, D, S>
-
getIdentifierFactory
- Specified by:
getIdentifierFactoryin interfaceSSOManager<AV,SV, A, D, S>
-
start
public void start()- Specified by:
startin interfaceRestartable
-
stop
public void stop()- Specified by:
stopin interfaceRestartable
-