public class InfinispanSSOManager<V,L> extends Object implements SSOManager<L>, Batcher
| Constructor and Description |
|---|
InfinispanSSOManager(SSOFactory<V,L> factory,
org.infinispan.Cache<String,V> cache) |
| Modifier and Type | Method and Description |
|---|---|
SSO<L> |
createSSO(String ssoId)
Creates a new single sign on entry.
|
SSO<L> |
findSSO(String ssoId)
Returns the single sign on entry identified by the specified identifier.
|
Batcher |
getBatcher()
A mechanism for starting/stopping a batch.
|
Batch |
startBatch()
Starts a batch.
|
public InfinispanSSOManager(SSOFactory<V,L> factory, org.infinispan.Cache<String,V> cache)
public SSO<L> createSSO(String ssoId)
SSOManagercreateSSO in interface SSOManager<L>ssoId - a unique SSO identifierpublic SSO<L> findSSO(String ssoId)
SSOManagerfindSSO in interface SSOManager<L>ssoId - a unique SSO identifierpublic Batch startBatch()
BatcherstartBatch in interface Batcherpublic Batcher getBatcher()
SSOManagergetBatcher in interface SSOManager<L>Copyright © 2013 JBoss by Red Hat. All rights reserved.