public class AuthenticationContextCacheEntry
extends org.wso2.carbon.identity.application.common.cache.CacheEntry
Constructor and Description |
---|
AuthenticationContextCacheEntry() |
Modifier and Type | Method and Description |
---|---|
AuthenticationContext |
getContext() |
String |
getLoggedInUser() |
void |
setContext(AuthenticationContext context) |
void |
setLoggedInUser(String loggedInUser) |
public AuthenticationContext getContext()
public void setContext(AuthenticationContext context)
public String getLoggedInUser()
public void setLoggedInUser(String loggedInUser)
Copyright © 2015 WSO2. All rights reserved.