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.
|
Sessions<D> |
findSessionsContaining(String sessionId)
Searches for the sessions of the single sign on entry containing the specified session.
|
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, stop
SSO<A,D,L> createSSO(String ssoId, A authentication)
ssoId
- a unique SSO identifierSSO<A,D,L> findSSO(String ssoId)
ssoId
- a unique SSO identifierSessions<D> findSessionsContaining(String sessionId)
sessionId
- a unique session identifierCopyright © 2018 JBoss by Red Hat. All rights reserved.