Class OAuthAuthenticatingFilter.RequestContext

java.lang.Object
de.businesscode.bcdui.subjectsettings.oauth2.OAuthAuthenticatingFilter.RequestContext
All Implemented Interfaces:
Serializable
Enclosing class:
OAuthAuthenticatingFilter

protected class OAuthAuthenticatingFilter.RequestContext extends Object implements Serializable
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: