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)
SSOManager
createSSO
in interface SSOManager<L>
ssoId
- a unique SSO identifierpublic SSO<L> findSSO(String ssoId)
SSOManager
findSSO
in interface SSOManager<L>
ssoId
- a unique SSO identifierpublic Batch startBatch()
Batcher
startBatch
in interface Batcher
public Batcher getBatcher()
SSOManager
getBatcher
in interface SSOManager<L>
Copyright © 2013 JBoss by Red Hat. All rights reserved.