Package | Description |
---|---|
org.wso2.carbon.identity.application.authentication.framework.util |
Modifier and Type | Method and Description |
---|---|
static AuthenticationRequestCacheEntry |
FrameworkUtils.getAuthenticationRequestFromCache(String key)
To get authentication cache request from cache
|
Modifier and Type | Method and Description |
---|---|
static void |
FrameworkUtils.addAuthenticationRequestToCache(String key,
AuthenticationRequestCacheEntry authReqEntry)
To add authentication request cache entry to the cache without timout
|
static void |
FrameworkUtils.addAuthenticationRequestToCache(String key,
AuthenticationRequestCacheEntry authReqEntry,
int cacheTimeout)
To add authentication request cache entry to cache, with timeout
|
static javax.servlet.http.HttpServletRequest |
FrameworkUtils.getCommonAuthReqWithParams(javax.servlet.http.HttpServletRequest request,
AuthenticationRequestCacheEntry cacheEntry)
Builds the wrapper, wrapping incoming request and information take from cache entry
|
Copyright © 2015 WSO2. All rights reserved.