Index

A B C G I L O P R S V 
All Classes and Interfaces|All Packages

A

AnnotationConfig - Class in org.pac4j.springframework.annotation
The configuration for the aspects.
AnnotationConfig() - Constructor for class org.pac4j.springframework.annotation.AnnotationConfig
 

B

beforeRequireAllRoles(RequireAllRoles) - Method in class org.pac4j.springframework.annotation.RequireRoleAnnotationAspect
 
beforeRequireAnyRole(RequireAnyRole) - Method in class org.pac4j.springframework.annotation.RequireRoleAnnotationAspect
 
build(Object...) - Static method in class org.pac4j.springframework.web.SecurityInterceptor
 

C

callback(HttpServletRequest, HttpServletResponse) - Method in class org.pac4j.springframework.web.CallbackController
 
CallbackController - Class in org.pac4j.springframework.web
This controller finishes the login process for an indirect client.
CallbackController() - Constructor for class org.pac4j.springframework.web.CallbackController
 
callbackWithClientName(HttpServletRequest, HttpServletResponse, String) - Method in class org.pac4j.springframework.web.CallbackController
 
ComponentConfig - Class in org.pac4j.springframework.component
The configuration of the pac4j components.
ComponentConfig() - Constructor for class org.pac4j.springframework.component.ComponentConfig
 
config - Variable in class org.pac4j.springframework.component.ComponentConfig
 

G

getAuthorizers() - Method in class org.pac4j.springframework.web.SecurityInterceptor
 
getCallbackLogic() - Method in class org.pac4j.springframework.web.CallbackController
 
getCentralLogout() - Method in class org.pac4j.springframework.web.LogoutController
 
getClients() - Method in class org.pac4j.springframework.web.SecurityInterceptor
 
getConfig() - Method in class org.pac4j.springframework.web.CallbackController
 
getConfig() - Method in class org.pac4j.springframework.web.LogoutController
 
getConfig() - Method in class org.pac4j.springframework.web.SecurityInterceptor
 
getDefaultClient() - Method in class org.pac4j.springframework.web.CallbackController
 
getDefaultUrl() - Method in class org.pac4j.springframework.web.CallbackController
 
getDefaultUrl() - Method in class org.pac4j.springframework.web.LogoutController
 
getDestroySession() - Method in class org.pac4j.springframework.web.LogoutController
 
getHttpActionAdapter() - Method in class org.pac4j.springframework.web.SecurityInterceptor
 
getLocalLogout() - Method in class org.pac4j.springframework.web.LogoutController
 
getLogoutLogic() - Method in class org.pac4j.springframework.web.LogoutController
 
getLogoutUrlPattern() - Method in class org.pac4j.springframework.web.LogoutController
 
getMatchers() - Method in class org.pac4j.springframework.web.SecurityInterceptor
 
getProfileManager() - Method in class org.pac4j.springframework.component.ComponentConfig
 
getRenewSession() - Method in class org.pac4j.springframework.web.CallbackController
 
getSecurityLogic() - Method in class org.pac4j.springframework.web.SecurityInterceptor
 
getSessionStore() - Method in class org.pac4j.springframework.component.ComponentConfig
 
getWebContext() - Method in class org.pac4j.springframework.component.ComponentConfig
 

I

isAuthenticated() - Method in class org.pac4j.springframework.annotation.RequireRoleAnnotationAspect
 

L

logout(HttpServletRequest, HttpServletResponse) - Method in class org.pac4j.springframework.web.LogoutController
 
LogoutController - Class in org.pac4j.springframework.web
This controller handles the (application + identity provider) logout process.
LogoutController() - Constructor for class org.pac4j.springframework.web.LogoutController
 

O

org.pac4j.springframework.annotation - package org.pac4j.springframework.annotation
 
org.pac4j.springframework.component - package org.pac4j.springframework.component
 
org.pac4j.springframework.web - package org.pac4j.springframework.web
 

P

preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.pac4j.springframework.web.SecurityInterceptor
 

R

request - Variable in class org.pac4j.springframework.component.ComponentConfig
 
RequireAllRoles - Annotation Interface in org.pac4j.springframework.annotation
The "require all roles" authorization check.
RequireAnyRole - Annotation Interface in org.pac4j.springframework.annotation
The "require any role" authorization check.
requireRoleAnnotationAspect() - Method in class org.pac4j.springframework.annotation.AnnotationConfig
 
RequireRoleAnnotationAspect - Class in org.pac4j.springframework.annotation
The aspect to define the annotations.
RequireRoleAnnotationAspect() - Constructor for class org.pac4j.springframework.annotation.RequireRoleAnnotationAspect
 
response - Variable in class org.pac4j.springframework.component.ComponentConfig
 

S

SecurityInterceptor - Class in org.pac4j.springframework.web
This interceptor protects an URL.
SecurityInterceptor() - Constructor for class org.pac4j.springframework.web.SecurityInterceptor
 
SecurityInterceptor(Config) - Constructor for class org.pac4j.springframework.web.SecurityInterceptor
 
SecurityInterceptor(Config, String) - Constructor for class org.pac4j.springframework.web.SecurityInterceptor
 
SecurityInterceptor(Config, String, String) - Constructor for class org.pac4j.springframework.web.SecurityInterceptor
 
SecurityInterceptor(Config, String, String, String) - Constructor for class org.pac4j.springframework.web.SecurityInterceptor
 
setAuthorizers(String) - Method in class org.pac4j.springframework.web.SecurityInterceptor
 
setCallbackLogic(CallbackLogic) - Method in class org.pac4j.springframework.web.CallbackController
 
setCentralLogout(Boolean) - Method in class org.pac4j.springframework.web.LogoutController
 
setClients(String) - Method in class org.pac4j.springframework.web.SecurityInterceptor
 
setConfig(Config) - Method in class org.pac4j.springframework.web.CallbackController
 
setConfig(Config) - Method in class org.pac4j.springframework.web.LogoutController
 
setConfig(Config) - Method in class org.pac4j.springframework.web.SecurityInterceptor
 
setDefaultClient(String) - Method in class org.pac4j.springframework.web.CallbackController
 
setDefaultUrl(String) - Method in class org.pac4j.springframework.web.CallbackController
 
setDefaultUrl(String) - Method in class org.pac4j.springframework.web.LogoutController
 
setDestroySession(Boolean) - Method in class org.pac4j.springframework.web.LogoutController
 
setHttpActionAdapter(HttpActionAdapter) - Method in class org.pac4j.springframework.web.SecurityInterceptor
 
setLocalLogout(Boolean) - Method in class org.pac4j.springframework.web.LogoutController
 
setLogoutLogic(LogoutLogic) - Method in class org.pac4j.springframework.web.LogoutController
 
setLogoutUrlPattern(String) - Method in class org.pac4j.springframework.web.LogoutController
 
setMatchers(String) - Method in class org.pac4j.springframework.web.SecurityInterceptor
 
setRenewSession(Boolean) - Method in class org.pac4j.springframework.web.CallbackController
 
setSecurityLogic(SecurityLogic) - Method in class org.pac4j.springframework.web.SecurityInterceptor
 

V

value() - Element in annotation interface org.pac4j.springframework.annotation.RequireAllRoles
 
value() - Element in annotation interface org.pac4j.springframework.annotation.RequireAnyRole
 
A B C G I L O P R S V 
All Classes and Interfaces|All Packages