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()
SSO
public Credentials getCredentials()
SSO
getCredentials
in interface SSO<L>
public Sessions getSessions()
SSO
getSessions
in interface SSO<L>
public void invalidate()
SSO
invalidate
in interface SSO<L>
public L getLocalContext()
SSO
getLocalContext
in interface SSO<L>
Copyright © 2013 JBoss by Red Hat. All rights reserved.