public class CoarseSSOCacheEntry<L> extends Object implements Credentials
| Constructor and Description |
|---|
CoarseSSOCacheEntry() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
getAuthenticationType() |
AtomicReference<L> |
getLocalContext() |
String |
getPassword() |
Map<WebApplication,String> |
getSessions() |
String |
getUser() |
void |
setAuthenticationType(AuthenticationType type) |
void |
setPassword(String password) |
void |
setUser(String user) |
public AuthenticationType getAuthenticationType()
getAuthenticationType in interface Credentialspublic void setAuthenticationType(AuthenticationType type)
setAuthenticationType in interface Credentialspublic String getUser()
getUser in interface Credentialspublic void setUser(String user)
setUser in interface Credentialspublic String getPassword()
getPassword in interface Credentialspublic void setPassword(String password)
setPassword in interface Credentialspublic Map<WebApplication,String> getSessions()
public AtomicReference<L> getLocalContext()
Copyright © 2013 JBoss by Red Hat. All rights reserved.