Class HotRodSSOManagerFactory<A,D,S>
- java.lang.Object
-
- org.wildfly.clustering.web.hotrod.sso.HotRodSSOManagerFactory<A,D,S>
-
- All Implemented Interfaces:
org.wildfly.clustering.web.sso.SSOManagerFactory<A,D,S,org.wildfly.clustering.ee.cache.tx.TransactionBatch>
public class HotRodSSOManagerFactory<A,D,S> extends Object implements org.wildfly.clustering.web.sso.SSOManagerFactory<A,D,S,org.wildfly.clustering.ee.cache.tx.TransactionBatch>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description HotRodSSOManagerFactory(HotRodSSOManagerFactoryConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <L> org.wildfly.clustering.web.sso.SSOManager<A,D,S,L,org.wildfly.clustering.ee.cache.tx.TransactionBatch>createSSOManager(org.wildfly.clustering.web.sso.SSOManagerConfiguration<L> config)
-
-
-
Constructor Detail
-
HotRodSSOManagerFactory
public HotRodSSOManagerFactory(HotRodSSOManagerFactoryConfiguration configuration)
-
-