Modifier and Type | Method and Description |
---|---|
AuthenticationRequestCacheEntry |
AuthenticationRequestCache.getValueFromCache(AuthenticationRequestCacheKey key) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationRequestCache.addToCache(AuthenticationRequestCacheKey key,
AuthenticationRequestCacheEntry entry) |
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 cache
|
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.