A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

after() - Method in AlaSecuredInterceptor
after() - Method in SsoInterceptor
afterView() - Method in AlaSecuredInterceptor
afterView() - Method in SsoInterceptor
AlaAuthGrailsPlugin - Class in au.org.ala.web
AlaSecuredInterceptor - Class in au.org.ala.web
AlaSecuredInterceptor() - Constructor in AlaSecuredInterceptor
AnnotationMatcher - Class in au.org.ala.web
AnnotationMatcher.AnnotationResult - Class in au.org.ala.web
Application - Class in au.org.ala.web
AuthPluginConfig - Class in au.org.ala.web.config
AuthService - Class in au.org.ala.web
AuthTagLib - Class in au.org.ala.web.auth
AuthTestController - Class in au.org.ala.web

B

before() - Method in AlaSecuredInterceptor
before() - Method in SsoInterceptor
BootStrap - Class in au.org.ala.web
buildLoginLink(def) - Method in AuthTagLib
Build the login link
buildLoginoutLink(def) - Method in AuthTagLib
Builds the login or logout link based on current login status.
bypassCas() - Method in SecurityPrimitives

C

casAuthCookieFilter() - Method in AuthPluginConfig
casAuthCookieGatewayFilter() - Method in AuthPluginConfig
casAuthFilter() - Method in AuthPluginConfig
casAuthGatewayFilter() - Method in AuthPluginConfig
CasContextParamInitializer - Class in au.org.ala.web
casContextParamInitializer() - Method in AuthPluginConfig
CasContextParamInitializer(CasClientProperties) - Constructor in CasContextParamInitializer
casHttpServletRequestWrapperFilter() - Method in AuthPluginConfig
CASRoles - Class in au.org.ala.web
casSSOFilter() - Method in AuthPluginConfig
casValidationFilter() - Method in AuthPluginConfig
clearCache() - Method in LogoutController
Clear the headers and footers cache
constructServiceUrl(HttpServletRequest, HttpServletResponse) - Method in SsoInterceptor
cookieExists(HttpServletRequest) - Method in SsoInterceptor
CookieFilterWrapper - Class in au.org.ala.web
Java Servlet Filter wrapper that will only execute a filter if a cookie is present
CookieFilterWrapper(Filter, String) - Constructor in CookieFilterWrapper
CooperatingFilterWrapper - Class in au.org.ala.web
CooperatingFilterWrapper(Filter, String) - Constructor in CooperatingFilterWrapper
crawlerPatterns() - Method in AuthPluginConfig
currentUserDetails() - Method in AuthTestController

D

destroy() - Method in CookieFilterWrapper
destroy() - Method in CooperatingFilterWrapper
destroy() - Method in UserAgentBypassFilterWrapper
doCasAuthenticate(HttpServletRequest, HttpServletResponse, boolean, boolean) - Method in SsoInterceptor
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in CookieFilterWrapper
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in CooperatingFilterWrapper
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in UserAgentBypassFilterWrapper
doWithApplicationContext() - Method in AlaAuthGrailsPlugin
doWithDynamicMethods() - Method in AlaAuthGrailsPlugin
doWithSpring() - Method in AlaAuthGrailsPlugin

E

effectiveAnnotation() - Method in AnnotationMatcher.AnnotationResult

F

filterOrder() - Method in AuthPluginConfig
findField(Class, String) - Method in AnnotationMatcher

G

gatewayResolver() - Method in AuthPluginConfig
getAction(AlaSecured) - Method in AlaSecuredInterceptor
getAllUserNameList() - Method in AuthService
deprecated:
- use a lookup service e.g. getUserForEmailAddress()
@return
getAllUserNameMap() - Method in AuthService
deprecated:
- use a lookup service e.g. getUserForEmailAddress()
@return
getAnnotation(GrailsApplication, String, String, String, Class<T>, Class<U>) - Method in AnnotationMatcher
getController(AlaSecured) - Method in AlaSecuredInterceptor
getControllerByNamespaceAndLogicalName(GrailsApplication, String, String) - Method in AnnotationMatcher
getDisplayName() - Method in AuthService
getEmail() - Method in AuthService
getFirstName() - Method in AuthService
getFullUserList() - Method in UserListService
@deprecated use the AuthService.getUserDetailsById instead
getLastName() - Method in AuthService
getUserDetailsById(List<String>, boolean) - Method in AuthService
Do a bulk lookup of user ids from the userdetails service.
getUserForEmailAddress(String, boolean) - Method in AuthService
getUserForUserId(String, boolean) - Method in AuthService
getUserId() - Method in AuthService

H

I

ignoreUrlPatternMatcherStrategy() - Method in AuthPluginConfig
index() - Method in AuthTestController
init() - Method in AlaSecuredInterceptor
init(FilterConfig) - Method in CookieFilterWrapper
init(FilterConfig) - Method in CooperatingFilterWrapper
init() - Method in SsoInterceptor
init(FilterConfig) - Method in UserAgentBypassFilterWrapper
isAllGranted(HttpServletRequest, Iterable<String>) - Method in SecurityPrimitives
Does the currently logged in user have all of the given roles?
isAnyGranted(HttpServletRequest, Iterable<String>) - Method in SecurityPrimitives
Does the currently logged in user have any of the given roles?
isFiltered(String) - Method in UserAgentFilterService
isFilteredInternal(String) - Method in UserAgentFilterService
isLoggedIn(HttpServletRequest) - Method in SecurityPrimitives
Is the current user logged in?
isNotGranted(HttpServletRequest, Iterable<String>) - Method in SecurityPrimitives
Does the currently logged in user have none of the given roles?
isNotLoggedIn(HttpServletRequest) - Method in SecurityPrimitives
Is the current user not logged in?

J

K

L

logout() - Method in LogoutController
Do logouts through this app so we can invalidate the session.
LogoutController - Class in au.org.ala.web

M

main(String) - Method in Application
matchAnnotation(Interceptor, GrailsApplication, Class<? extends Annotation>) - Method in AnnotationMatcher
matches(String) - Method in RegexListUrlPatternMatcherStrategy

N

O

onChange(Map<String, Object>) - Method in AlaAuthGrailsPlugin
onConfigChange(Map<String, Object>) - Method in AlaAuthGrailsPlugin
onShutdown(Map<String, Object>) - Method in AlaAuthGrailsPlugin
onStartup(ServletContext) - Method in CasContextParamInitializer

P

Q

R

RegexListUrlPatternMatcherStrategy - Class in au.org.ala.web
retrieveTicketFromRequest(HttpServletRequest) - Method in SsoInterceptor
Template method to allow you to change how you retrieve the ticket.
ROLE_ADMIN - Field in CASRoles
ROLE_USER - Field in CASRoles

S

SecurityPrimitives - Class in au.org.ala.web
SecurityPrimitives(AuthService, GrailsApplication) - Constructor in SecurityPrimitives
setPattern(String) - Method in RegexListUrlPatternMatcherStrategy
SsoInterceptor - Class in au.org.ala.web
SsoInterceptor() - Constructor in SsoInterceptor

T

toString() - Method in CookieFilterWrapper
toString() - Method in CooperatingFilterWrapper
toString() - Method in UserAgentBypassFilterWrapper

U

UserAgentBypassFilterWrapper - Class in au.org.ala.web
UserAgentBypassFilterWrapper(Filter, UserAgentFilterService) - Constructor in UserAgentBypassFilterWrapper
UserAgentFilterService - Class in au.org.ala.web
userAgentFilterService() - Method in AuthPluginConfig
UserAgentFilterService(String, List<Pattern>) - Constructor in UserAgentFilterService
userDetails() - Method in AuthService
userDetailsClient(OkHttpClient, Moshi, GrailsApplication) - Method in AuthPluginConfig
userDetailsHttpClient(GrailsApplication) - Method in AuthPluginConfig
userDetailsMoshi() - Method in AuthPluginConfig
userDetailsSearch() - Method in AuthTestController
userInRole(def) - Method in AuthService
userList() - Method in AuthTestController
UserListService - Class in au.org.ala.web
This service has one method that returns a large list of objects containing data about ALA users.
userSearchResults(String) - Method in AuthTestController

V

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _