public interface SSOManager<A,D,L,B extends Batch> extends IdentifierFactory<String>
| Modifier and Type | Method and Description |
|---|---|
SSO<A,D,L> |
createSSO(String ssoId,
A authentication)
Creates a new single sign on entry.
|
SSO<A,D,L> |
findSSO(String ssoId)
Returns the single sign on entry identified by the specified identifier.
|
Batcher<B> |
getBatcher()
A mechanism for starting/stopping a batch.
|
createIdentifier, start, stopSSO<A,D,L> createSSO(String ssoId, A authentication)
ssoId - a unique SSO identifierSSO<A,D,L> findSSO(String ssoId)
ssoId - a unique SSO identifierCopyright © 2015 JBoss by Red Hat. All rights reserved.