Class OAuthAuthenticatingFilter.RequestContext
java.lang.Object
de.businesscode.bcdui.subjectsettings.oauth2.OAuthAuthenticatingFilter.RequestContext
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OAuthAuthenticatingFilter
Context of currently ongoing oAuth authentication flows (from selecting authenticate with oauth until success or failure)
Since strict cookies are not send on redirects and flex not on posts, we cannot use Shiro's session level way of keeping this but use ehcache instead
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final net.sf.ehcache.Cache
protected static final String
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RequestContext
(String providerInstanceId, String originalTargetUrl) -
Method Summary
Modifier and TypeMethodDescriptionprotected static OAuthAuthenticatingFilter.RequestContext
protected static void
protected static void
-
Field Details
-
EHCACHE_NAME
- See Also:
-
cache
protected static final net.sf.ehcache.Cache cache
-
-
Constructor Details
-
RequestContext
-
-
Method Details
-
put
-
get
-
remove
-