| Constructor and Description |
|---|
InfinispanSSO(String id,
Credentials credentials,
Sessions sessions,
AtomicReference<L> localContext,
LocalContextFactory<L> localContextFactory,
Remover<String> remover) |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
getCredentials()
Returns the credentials for this SSO.
|
String |
getId()
A unique identifier for this SSO.
|
L |
getLocalContext()
The local context of this SSO.
|
Sessions |
getSessions()
Returns the session for which the user is authenticated.
|
void |
invalidate()
Invalidates this SSO.
|
public InfinispanSSO(String id, Credentials credentials, Sessions sessions, AtomicReference<L> localContext, LocalContextFactory<L> localContextFactory, Remover<String> remover)
public String getId()
SSOpublic Credentials getCredentials()
SSOgetCredentials in interface SSO<L>public Sessions getSessions()
SSOgetSessions in interface SSO<L>public void invalidate()
SSOinvalidate in interface SSO<L>public L getLocalContext()
SSOgetLocalContext in interface SSO<L>Copyright © 2013 JBoss by Red Hat. All rights reserved.