A C D E F G H I L O P R S T U 
All Classes All Packages

A

ACTUAL_USER_KEY - Static variable in class uk.ac.warwick.sso.client.SSOClientFilter
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class uk.ac.warwick.sso.client.CSRFInterceptor
 
ALLOW_OLD_KEY - Static variable in class uk.ac.warwick.sso.client.ForceOldModeFilter
 

C

contextDestroyed(ServletContextEvent) - Method in class uk.ac.warwick.sso.client.SSOConfigLoader
 
contextInitialized(ServletContextEvent) - Method in class uk.ac.warwick.sso.client.SSOConfigLoader
 
createShireCommand(String) - Method in class uk.ac.warwick.sso.client.ShireServlet
 
CSRF_COOKIE_NAME - Static variable in class uk.ac.warwick.sso.client.CSRFFilter
 
CSRF_COOKIE_NAME - Static variable in class uk.ac.warwick.sso.client.CSRFInterceptor
 
CSRF_ERROR - Static variable in class uk.ac.warwick.sso.client.CSRFFilter
 
CSRF_ERROR - Static variable in class uk.ac.warwick.sso.client.CSRFInterceptor
 
CSRF_ERROR_TOKEN_ABSENT - Static variable in class uk.ac.warwick.sso.client.CSRFFilter
 
CSRF_ERROR_TOKEN_ABSENT - Static variable in class uk.ac.warwick.sso.client.CSRFInterceptor
 
CSRF_ERROR_TOKEN_MISMATCH - Static variable in class uk.ac.warwick.sso.client.CSRFFilter
 
CSRF_ERROR_TOKEN_MISMATCH - Static variable in class uk.ac.warwick.sso.client.CSRFInterceptor
 
CSRF_FORCE_INVALIDATE - Static variable in class uk.ac.warwick.sso.client.CSRFFilter
 
CSRF_FORCE_INVALIDATE - Static variable in class uk.ac.warwick.sso.client.CSRFInterceptor
 
CSRF_HTTP_HEADER - Static variable in class uk.ac.warwick.sso.client.CSRFFilter
 
CSRF_HTTP_HEADER - Static variable in class uk.ac.warwick.sso.client.CSRFInterceptor
 
CSRF_TOKEN_PROPERTY_NAME - Static variable in class uk.ac.warwick.sso.client.CSRFFilter
 
CSRF_TOKEN_PROPERTY_NAME - Static variable in class uk.ac.warwick.sso.client.CSRFInterceptor
 
CSRFFilter - Class in uk.ac.warwick.sso.client
 
CSRFFilter() - Constructor for class uk.ac.warwick.sso.client.CSRFFilter
 
CSRFInterceptor - Class in uk.ac.warwick.sso.client
 
CSRFInterceptor() - Constructor for class uk.ac.warwick.sso.client.CSRFInterceptor
 
CSRFTokenTag - Class in uk.ac.warwick.sso.client.tags
 
CSRFTokenTag() - Constructor for class uk.ac.warwick.sso.client.tags.CSRFTokenTag
 

D

DatabaseUserCache - Class in uk.ac.warwick.sso.client.cache.spring
 
DatabaseUserCache(SSOConfiguration) - Constructor for class uk.ac.warwick.sso.client.cache.spring.DatabaseUserCache
 
DatabaseUserCache(SSOConfiguration, UserCache) - Constructor for class uk.ac.warwick.sso.client.cache.spring.DatabaseUserCache
 
destroy() - Method in class uk.ac.warwick.sso.client.CSRFFilter
 
destroy() - Method in class uk.ac.warwick.sso.client.ForceLoginFilter
 
destroy() - Method in class uk.ac.warwick.sso.client.ForceLoginScreenTypeFilter
 
destroy() - Method in class uk.ac.warwick.sso.client.ForceOldModeFilter
 
destroy() - Method in class uk.ac.warwick.sso.client.oauth.OAuthFilter
 
destroy() - Method in class uk.ac.warwick.sso.client.SSOClientFilter
 
destroy() - Method in class uk.ac.warwick.sso.client.trusted.TrustedApplicationFilter
 
destroy() - Method in class uk.ac.warwick.sso.client.UserInWebGroupFilter
 
doEndTag() - Method in class uk.ac.warwick.sso.client.tags.CSRFTokenTag
 
doEndTag() - Method in class uk.ac.warwick.sso.client.tags.SSOLoginLinkTag
 
doEndTag() - Method in class uk.ac.warwick.sso.client.tags.SSOLogoutLinkTag
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class uk.ac.warwick.sso.client.ForceLoginScreenTypeFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class uk.ac.warwick.sso.client.ForceOldModeFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class uk.ac.warwick.sso.client.oauth.OAuthFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class uk.ac.warwick.sso.client.SSOClientFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class uk.ac.warwick.sso.client.trusted.TrustedApplicationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class uk.ac.warwick.sso.client.UserInWebGroupFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class uk.ac.warwick.sso.client.ForceLoginFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class uk.ac.warwick.sso.client.ShireServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class uk.ac.warwick.sso.client.LogoutServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class uk.ac.warwick.sso.client.ShireServlet
 
DOUBLE_QUOTE - Static variable in class uk.ac.warwick.sso.client.util.cookies.HttpConstants
Double quote '"'

E

encode(Iterable<? extends Cookie>) - Method in class uk.ac.warwick.sso.client.util.cookies.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
encode(String, String) - Method in class uk.ac.warwick.sso.client.util.cookies.ServerCookieEncoder
Encodes the specified cookie name-value pair into a Set-Cookie header value.
encode(Collection<? extends Cookie>) - Method in class uk.ac.warwick.sso.client.util.cookies.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
encode(Cookie) - Method in class uk.ac.warwick.sso.client.util.cookies.ServerCookieEncoder
Encodes the specified cookie into a Set-Cookie header value.
encode(Cookie...) - Method in class uk.ac.warwick.sso.client.util.cookies.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
EQUALS - Static variable in class uk.ac.warwick.sso.client.util.cookies.HttpConstants
Equals '='

F

filterWithHandler(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class uk.ac.warwick.sso.client.HandleFilter
 
ForceLoginFilter - Class in uk.ac.warwick.sso.client
This Filter forces a user to be logged in.
ForceLoginFilter() - Constructor for class uk.ac.warwick.sso.client.ForceLoginFilter
 
ForceLoginScreenTypeFilter - Class in uk.ac.warwick.sso.client
SSO supports a few alternate login screens for mobile and text-only user agents.
ForceLoginScreenTypeFilter() - Constructor for class uk.ac.warwick.sso.client.ForceLoginScreenTypeFilter
 
ForceOldModeFilter - Class in uk.ac.warwick.sso.client
This filter only makes sense if you are using a new-mode application.
ForceOldModeFilter() - Constructor for class uk.ac.warwick.sso.client.ForceOldModeFilter
 
fromServlet(Cookie) - Static method in class uk.ac.warwick.sso.client.core.ServletCookies
 

G

get(SSOToken) - Method in class uk.ac.warwick.sso.client.cache.spring.DatabaseUserCache
 
getAaFetcher() - Method in class uk.ac.warwick.sso.client.SSOClientFilter
 
getAttribute(String) - Method in class uk.ac.warwick.sso.client.core.ServletRequestAdapter
 
getCache() - Method in class uk.ac.warwick.sso.client.LogoutServlet
 
getCache() - Method in class uk.ac.warwick.sso.client.ShireServlet
 
getConfig() - Method in class uk.ac.warwick.sso.client.HandleFilter
 
getConfig() - Method in class uk.ac.warwick.sso.client.oauth.OAuthFilter
 
getConfig() - Method in class uk.ac.warwick.sso.client.ShireServlet
 
getConfig() - Method in class uk.ac.warwick.sso.client.SSOClientFilter
 
getConfig() - Method in class uk.ac.warwick.sso.client.tags.SSOLinkGenerator
 
getConfig() - Method in class uk.ac.warwick.sso.client.trusted.TrustedApplicationFilter
 
getConfigSuffix() - Method in class uk.ac.warwick.sso.client.LogoutServlet
 
getConfigSuffix() - Method in class uk.ac.warwick.sso.client.oauth.OAuthFilter
 
getConfigSuffix() - Method in class uk.ac.warwick.sso.client.ShireServlet
 
getConfigSuffix() - Method in class uk.ac.warwick.sso.client.SSOClientFilter
 
getCookies() - Method in class uk.ac.warwick.sso.client.core.ServletRequestAdapter
 
getDataSource() - Method in class uk.ac.warwick.sso.client.cache.spring.DatabaseUserCache
 
getGroup() - Method in class uk.ac.warwick.sso.client.UserInWebGroupFilter
 
getGroupService() - Method in class uk.ac.warwick.sso.client.UserInWebGroupFilter
 
getHandler() - Method in class uk.ac.warwick.sso.client.HandleFilter
 
getHandler() - Method in class uk.ac.warwick.sso.client.SSOClientFilter
 
getHandler() - Method in class uk.ac.warwick.sso.client.trusted.TrustedApplicationFilter
 
getHeader(String) - Method in class uk.ac.warwick.sso.client.core.ServletRequestAdapter
 
getHeaders(String) - Method in class uk.ac.warwick.sso.client.core.ServletRequestAdapter
 
getKeyName() - Method in class uk.ac.warwick.sso.client.cache.spring.DatabaseUserCache
 
getLoginUrl() - Method in class uk.ac.warwick.sso.client.tags.SSOLoginLinkGenerator
 
getLogoutUrl() - Method in class uk.ac.warwick.sso.client.tags.SSOLogoutLinkGenerator
 
getMethod() - Method in class uk.ac.warwick.sso.client.core.ServletRequestAdapter
 
getNotLoggedInLink() - Method in class uk.ac.warwick.sso.client.tags.SSOLoginLinkGenerator
 
getOAuthService() - Method in class uk.ac.warwick.sso.client.oauth.OAuthFilter
 
getParameter(String) - Method in class uk.ac.warwick.sso.client.core.ServletRequestAdapter
 
getParameterNames() - Method in class uk.ac.warwick.sso.client.core.ServletRequestAdapter
 
getPermissionDeniedLink() - Method in class uk.ac.warwick.sso.client.tags.SSOLoginLinkGenerator
Will use the notloggedin link if the user isn't logged in.
getQueryParameter(String) - Method in class uk.ac.warwick.sso.client.core.ServletRequestAdapter
 
getQueryString() - Method in class uk.ac.warwick.sso.client.core.ServletRequestAdapter
 
getRealPermissionDeniedLink() - Method in class uk.ac.warwick.sso.client.tags.SSOLoginLinkGenerator
 
getRemoteAddr() - Method in class uk.ac.warwick.sso.client.core.ServletRequestAdapter
 
getRequest() - Method in class uk.ac.warwick.sso.client.tags.SSOLinkGenerator
 
getRequestURI() - Method in class uk.ac.warwick.sso.client.core.ServletRequestAdapter
 
getRequestURL() - Method in class uk.ac.warwick.sso.client.core.ServletRequestAdapter
 
getScreenType() - Method in class uk.ac.warwick.sso.client.ForceLoginScreenTypeFilter
 
getTarget() - Method in class uk.ac.warwick.sso.client.tags.SSOLinkGenerator
 
getTarget() - Method in class uk.ac.warwick.sso.client.tags.SSOLoginLinkTag
 
getTarget() - Method in class uk.ac.warwick.sso.client.tags.SSOLogoutLinkTag
 
getTimeout() - Method in class uk.ac.warwick.sso.client.cache.spring.DatabaseUserCache
 
getTrustedApplicationsManager() - Method in class uk.ac.warwick.sso.client.trusted.TrustedApplicationFilter
 
getUserFromRequest(HttpServletRequest) - Static method in class uk.ac.warwick.sso.client.SSOClientFilter
Will always return an AnonymousUser if there is either no config or no user in the request
getUserIdCache() - Method in class uk.ac.warwick.sso.client.ShireServlet
 
getUserKey() - Static method in class uk.ac.warwick.sso.client.SSOClientFilter
 
getUserLookup() - Method in class uk.ac.warwick.sso.client.oauth.OAuthFilter
 
getUserLookup() - Method in class uk.ac.warwick.sso.client.SSOClientFilter
 
getUserLookup() - Method in class uk.ac.warwick.sso.client.trusted.TrustedApplicationFilter
 
GLOBAL_LOGIN_COOKIE_NAME - Static variable in class uk.ac.warwick.sso.client.SSOClientFilter
 

H

HandleFilter - Class in uk.ac.warwick.sso.client
 
HandleFilter() - Constructor for class uk.ac.warwick.sso.client.HandleFilter
 
HttpConstants - Class in uk.ac.warwick.sso.client.util.cookies
 

I

init(FilterConfig) - Method in class uk.ac.warwick.sso.client.CSRFFilter
 
init(FilterConfig) - Method in class uk.ac.warwick.sso.client.ForceLoginFilter
 
init(FilterConfig) - Method in class uk.ac.warwick.sso.client.ForceLoginScreenTypeFilter
 
init(FilterConfig) - Method in class uk.ac.warwick.sso.client.ForceOldModeFilter
 
init(FilterConfig) - Method in class uk.ac.warwick.sso.client.oauth.OAuthFilter
 
init(FilterConfig) - Method in class uk.ac.warwick.sso.client.SSOClientFilter
 
init(FilterConfig) - Method in class uk.ac.warwick.sso.client.trusted.TrustedApplicationFilter
 
init(FilterConfig) - Method in class uk.ac.warwick.sso.client.UserInWebGroupFilter
 
init(ServletConfig) - Method in class uk.ac.warwick.sso.client.LogoutServlet
 
init(ServletConfig) - Method in class uk.ac.warwick.sso.client.ShireServlet
 
isDatabaseEnabled() - Method in class uk.ac.warwick.sso.client.cache.spring.DatabaseUserCache
 

L

loadSSOConfig(String) - Method in class uk.ac.warwick.sso.client.SSOConfigLoader
 
loadSSOConfig(ServletContext) - Method in class uk.ac.warwick.sso.client.SSOConfigLoader
 
LogoutServlet - Class in uk.ac.warwick.sso.client
The LogoutServlet is necessary for new-mode SSO apps that want to be informed when the user has logged out.
LogoutServlet() - Constructor for class uk.ac.warwick.sso.client.LogoutServlet
 

O

OAuthFilter - Class in uk.ac.warwick.sso.client.oauth
A filter that can be added after SSOClientFilter in order to allow the application to accept requests with a valid OAuth token.
OAuthFilter() - Constructor for class uk.ac.warwick.sso.client.oauth.OAuthFilter
 

P

postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class uk.ac.warwick.sso.client.CSRFInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class uk.ac.warwick.sso.client.CSRFInterceptor
 
PROXY_TICKET_COOKIE_NAME - Static variable in class uk.ac.warwick.sso.client.SSOClientFilter
 
put(SSOToken, UserCacheItem) - Method in class uk.ac.warwick.sso.client.cache.spring.DatabaseUserCache
 

R

remove(SSOToken) - Method in class uk.ac.warwick.sso.client.cache.spring.DatabaseUserCache
 

S

SEMICOLON - Static variable in class uk.ac.warwick.sso.client.util.cookies.HttpConstants
Semicolon ';'
ServerCookieEncoder - Class in uk.ac.warwick.sso.client.util.cookies
A RFC6265 compliant cookie encoder to be used server side, so some fields are sent (Version is typically ignored).
ServerCookieEncoder(boolean) - Constructor for class uk.ac.warwick.sso.client.util.cookies.ServerCookieEncoder
 
ServletCookies - Class in uk.ac.warwick.sso.client.core
Conversions between internal Cookie objects and the Servlet equivalents.
ServletCookies() - Constructor for class uk.ac.warwick.sso.client.core.ServletCookies
 
ServletRequestAdapter - Class in uk.ac.warwick.sso.client.core
Wraps an HttpServletRequest to implement the HttpRequest interface.
ServletRequestAdapter(HttpServletRequest) - Constructor for class uk.ac.warwick.sso.client.core.ServletRequestAdapter
 
setAaFetcher(AttributeAuthorityResponseFetcher) - Method in class uk.ac.warwick.sso.client.SSOClientFilter
 
setCache(UserCache) - Method in class uk.ac.warwick.sso.client.LogoutServlet
 
setCache(UserCache) - Method in class uk.ac.warwick.sso.client.ShireServlet
 
setConfig(Configuration) - Method in class uk.ac.warwick.sso.client.tags.SSOLinkGenerator
 
setConfig(SSOConfiguration) - Method in class uk.ac.warwick.sso.client.oauth.OAuthFilter
 
setConfig(SSOConfiguration) - Method in class uk.ac.warwick.sso.client.ShireServlet
 
setConfig(SSOConfiguration) - Method in class uk.ac.warwick.sso.client.SSOClientFilter
 
setConfig(SSOConfiguration) - Method in class uk.ac.warwick.sso.client.trusted.TrustedApplicationFilter
 
setConfigLocation(String) - Method in class uk.ac.warwick.sso.client.SSOClientFilter
 
setConfigLocation(String) - Method in class uk.ac.warwick.sso.client.trusted.TrustedApplicationFilter
 
setConfigSuffix(String) - Method in class uk.ac.warwick.sso.client.LogoutServlet
 
setConfigSuffix(String) - Method in class uk.ac.warwick.sso.client.oauth.OAuthFilter
Set the configuration suffix for the sso-config.xml file.
setConfigSuffix(String) - Method in class uk.ac.warwick.sso.client.ShireServlet
 
setConfigSuffix(String) - Method in class uk.ac.warwick.sso.client.SSOClientFilter
 
setConfigSuffix(String) - Method in class uk.ac.warwick.sso.client.trusted.TrustedApplicationFilter
 
setDatabaseEnabled(boolean) - Method in class uk.ac.warwick.sso.client.cache.spring.DatabaseUserCache
 
setDataSource(DataSource) - Method in class uk.ac.warwick.sso.client.cache.spring.DatabaseUserCache
 
setDetectAnonymousOnCampusUsers(boolean) - Method in class uk.ac.warwick.sso.client.SSOClientFilter
 
setExpiredToken401(boolean) - Method in class uk.ac.warwick.sso.client.oauth.OAuthFilter
If set to true (the default), then any Authorization header in the request that does not resolve to a valid OAuth token will cause the application to generate a HTTP 401 Unauthorized, instructing the user to use OAuth.
setGroup(String) - Method in class uk.ac.warwick.sso.client.UserInWebGroupFilter
 
setGroupService(GroupService) - Method in class uk.ac.warwick.sso.client.UserInWebGroupFilter
 
setHandler(SSOClientHandler) - Method in class uk.ac.warwick.sso.client.SSOClientFilter
 
setHandler(TrustedApplicationHandler) - Method in class uk.ac.warwick.sso.client.trusted.TrustedApplicationFilter
 
setKeyName(String) - Method in class uk.ac.warwick.sso.client.cache.spring.DatabaseUserCache
 
setOAuthService(OAuthService) - Method in class uk.ac.warwick.sso.client.oauth.OAuthFilter
 
setRedirectToRefreshSession(boolean) - Method in class uk.ac.warwick.sso.client.SSOClientFilter
 
setReportOnlyMode(boolean) - Method in class uk.ac.warwick.sso.client.CSRFFilter
 
setReportOnlyMode(boolean) - Method in class uk.ac.warwick.sso.client.CSRFInterceptor
 
setRequest(HttpServletRequest) - Method in class uk.ac.warwick.sso.client.tags.SSOLinkGenerator
 
setScreenType(String) - Method in class uk.ac.warwick.sso.client.ForceLoginScreenTypeFilter
 
setTarget(String) - Method in class uk.ac.warwick.sso.client.tags.SSOLinkGenerator
 
setTarget(String) - Method in class uk.ac.warwick.sso.client.tags.SSOLoginLinkTag
 
setTarget(String) - Method in class uk.ac.warwick.sso.client.tags.SSOLogoutLinkTag
 
setTimeout(int) - Method in class uk.ac.warwick.sso.client.cache.spring.DatabaseUserCache
 
setTrustedApplicationsManager(TrustedApplicationsManager) - Method in class uk.ac.warwick.sso.client.trusted.TrustedApplicationFilter
 
setUserIdCache(Cache<String, User>) - Method in class uk.ac.warwick.sso.client.ShireServlet
 
setUserLookup(UserLookupInterface) - Method in class uk.ac.warwick.sso.client.oauth.OAuthFilter
 
setUserLookup(UserLookupInterface) - Method in class uk.ac.warwick.sso.client.SSOClientFilter
 
setUserLookup(UserLookupInterface) - Method in class uk.ac.warwick.sso.client.trusted.TrustedApplicationFilter
 
ShireServlet - Class in uk.ac.warwick.sso.client
What on earth is a shire?
ShireServlet() - Constructor for class uk.ac.warwick.sso.client.ShireServlet
 
SP - Static variable in class uk.ac.warwick.sso.client.util.cookies.HttpConstants
Horizontal space
SSO_CACHE_KEY - Static variable in class uk.ac.warwick.sso.client.SSOConfigLoader
 
SSO_CONFIG_KEY - Static variable in class uk.ac.warwick.sso.client.SSOConfigLoader
 
SSO_SCREEN_TYPE_KEY - Static variable in class uk.ac.warwick.sso.client.ForceLoginScreenTypeFilter
 
SSOClientFilter - Class in uk.ac.warwick.sso.client
SSOClientFilter is responsible for checking cookies for an existing session, looking up the details of the user if one is found, and placing this User object into a request attribute.
SSOClientFilter() - Constructor for class uk.ac.warwick.sso.client.SSOClientFilter
 
SSOConfigLoader - Class in uk.ac.warwick.sso.client
Listener to be inserted into web.xml which will load the SSO configuration on startup.
SSOConfigLoader() - Constructor for class uk.ac.warwick.sso.client.SSOConfigLoader
 
SSOLinkGenerator - Class in uk.ac.warwick.sso.client.tags
 
SSOLinkGenerator() - Constructor for class uk.ac.warwick.sso.client.tags.SSOLinkGenerator
SSOLinkGenerator will try and get a configuration from the ThreadLocal based SSOConfiguration, but you can override this by just setting a Configuration manually
SSOLoginLinkGenerator - Class in uk.ac.warwick.sso.client.tags
 
SSOLoginLinkGenerator() - Constructor for class uk.ac.warwick.sso.client.tags.SSOLoginLinkGenerator
 
SSOLoginLinkTag - Class in uk.ac.warwick.sso.client.tags
 
SSOLoginLinkTag() - Constructor for class uk.ac.warwick.sso.client.tags.SSOLoginLinkTag
 
SSOLogoutLinkGenerator - Class in uk.ac.warwick.sso.client.tags
 
SSOLogoutLinkGenerator() - Constructor for class uk.ac.warwick.sso.client.tags.SSOLogoutLinkGenerator
SSOLogoutLinkGenerator will try and get a configuration from the ThreadLocal based SSOConfiguration, but you can override this by just setting a Configuration manually
SSOLogoutLinkTag - Class in uk.ac.warwick.sso.client.tags
 
SSOLogoutLinkTag() - Constructor for class uk.ac.warwick.sso.client.tags.SSOLogoutLinkTag
 
storeConfig(ServletContext, String, SSOConfiguration) - Method in class uk.ac.warwick.sso.client.SSOConfigLoader
 

T

toServlet(Cookie) - Static method in class uk.ac.warwick.sso.client.core.ServletCookies
 
TrustedApplicationFilter - Class in uk.ac.warwick.sso.client.trusted
 
TrustedApplicationFilter() - Constructor for class uk.ac.warwick.sso.client.trusted.TrustedApplicationFilter
 

U

uk.ac.warwick.sso.client - package uk.ac.warwick.sso.client
 
uk.ac.warwick.sso.client.cache.spring - package uk.ac.warwick.sso.client.cache.spring
 
uk.ac.warwick.sso.client.core - package uk.ac.warwick.sso.client.core
 
uk.ac.warwick.sso.client.oauth - package uk.ac.warwick.sso.client.oauth
 
uk.ac.warwick.sso.client.tags - package uk.ac.warwick.sso.client.tags
 
uk.ac.warwick.sso.client.trusted - package uk.ac.warwick.sso.client.trusted
 
uk.ac.warwick.sso.client.util.cookies - package uk.ac.warwick.sso.client.util.cookies
 
USER_KEY - Static variable in class uk.ac.warwick.sso.client.SSOClientFilter
 
UserInWebGroupFilter - Class in uk.ac.warwick.sso.client
A filter which will allow through requests only if the user is a member of a particular Webgroup - otherwise it will redirect to the login screen.
UserInWebGroupFilter() - Constructor for class uk.ac.warwick.sso.client.UserInWebGroupFilter
 
A C D E F G H I L O P R S T U 
All Classes All Packages