JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
D
E
G
H
I
O
P
S
B
buildAuthorities(LinkedHashMap<String, CommonProfile>)
- Static method in class org.pac4j.springframework.security.util.
SpringSecurityHelper
Build a list of authorities from a map of profiles.
C
CallbackFilter
- Class in
org.pac4j.springframework.security.web
This filter finishes the login process for an indirect client, based on the
callbackLogic
.
CallbackFilter()
- Constructor for class org.pac4j.springframework.security.web.
CallbackFilter
commence(HttpServletRequest, HttpServletResponse, AuthenticationException)
- Method in class org.pac4j.springframework.security.web.
Pac4jEntryPoint
D
destroy()
- Method in class org.pac4j.springframework.security.web.
CallbackFilter
destroy()
- Method in class org.pac4j.springframework.security.web.
SecurityFilter
doFilter(ServletRequest, ServletResponse, FilterChain)
- Method in class org.pac4j.springframework.security.web.
CallbackFilter
doFilter(ServletRequest, ServletResponse, FilterChain)
- Method in class org.pac4j.springframework.security.web.
SecurityFilter
E
equals(Object)
- Method in class org.pac4j.springframework.security.authentication.
Pac4jRememberMeAuthenticationToken
G
getAuthorizers()
- Method in class org.pac4j.springframework.security.web.
SecurityFilter
getCallbackLogic()
- Method in class org.pac4j.springframework.security.web.
CallbackFilter
getClients()
- Method in class org.pac4j.springframework.security.web.
SecurityFilter
getConfig()
- Method in class org.pac4j.springframework.security.web.
CallbackFilter
getConfig()
- Method in class org.pac4j.springframework.security.web.
SecurityFilter
getCredentials()
- Method in class org.pac4j.springframework.security.authentication.
Pac4jAuthenticationToken
getDefaultUrl()
- Method in class org.pac4j.springframework.security.web.
CallbackFilter
getInternalProfilesMap()
- Method in interface org.pac4j.springframework.security.authentication.
Pac4jAuthentication
Get all the profiles of the authenticated user as a map.
getInternalProfilesMap()
- Method in class org.pac4j.springframework.security.authentication.
Pac4jAuthenticationToken
getInternalProfilesMap()
- Method in class org.pac4j.springframework.security.authentication.
Pac4jRememberMeAuthenticationToken
getMatchers()
- Method in class org.pac4j.springframework.security.web.
SecurityFilter
getMultiProfile()
- Method in class org.pac4j.springframework.security.web.
CallbackFilter
getMultiProfile()
- Method in class org.pac4j.springframework.security.web.
SecurityFilter
getPrincipal()
- Method in class org.pac4j.springframework.security.authentication.
Pac4jAuthenticationToken
getProfile()
- Method in interface org.pac4j.springframework.security.authentication.
Pac4jAuthentication
Get the main profile of the authenticated user.
getProfiles()
- Method in interface org.pac4j.springframework.security.authentication.
Pac4jAuthentication
Get all the profiles of the authenticated user.
getRenewSession()
- Method in class org.pac4j.springframework.security.web.
CallbackFilter
getSecurityLogic()
- Method in class org.pac4j.springframework.security.web.
SecurityFilter
H
hashCode()
- Method in class org.pac4j.springframework.security.authentication.
Pac4jRememberMeAuthenticationToken
I
init(FilterConfig)
- Method in class org.pac4j.springframework.security.web.
CallbackFilter
init(FilterConfig)
- Method in class org.pac4j.springframework.security.web.
SecurityFilter
O
org.pac4j.springframework.security.authentication
- package org.pac4j.springframework.security.authentication
org.pac4j.springframework.security.context
- package org.pac4j.springframework.security.context
org.pac4j.springframework.security.util
- package org.pac4j.springframework.security.util
org.pac4j.springframework.security.web
- package org.pac4j.springframework.security.web
P
Pac4jAuthentication
- Interface in
org.pac4j.springframework.security.authentication
Pac4j authentication interface.
Pac4jAuthenticationToken
- Class in
org.pac4j.springframework.security.authentication
Pac4j authentication token when the user is authenticated.
Pac4jAuthenticationToken(LinkedHashMap<String, CommonProfile>)
- Constructor for class org.pac4j.springframework.security.authentication.
Pac4jAuthenticationToken
Pac4jEntryPoint
- Class in
org.pac4j.springframework.security.web
This entry point redirects returns an error if called.
Pac4jEntryPoint()
- Constructor for class org.pac4j.springframework.security.web.
Pac4jEntryPoint
Pac4jRememberMeAuthenticationToken
- Class in
org.pac4j.springframework.security.authentication
Pac4j authentication token in case of remember-me.
Pac4jRememberMeAuthenticationToken(LinkedHashMap<String, CommonProfile>)
- Constructor for class org.pac4j.springframework.security.authentication.
Pac4jRememberMeAuthenticationToken
populateAuthentication(LinkedHashMap<String, CommonProfile>)
- Static method in class org.pac4j.springframework.security.util.
SpringSecurityHelper
Populate the authenticated user profiles in the Spring Security context.
S
SecurityFilter
- Class in
org.pac4j.springframework.security.web
This filter protects an url, based on the
SecurityFilter.securityLogic
.
SecurityFilter()
- Constructor for class org.pac4j.springframework.security.web.
SecurityFilter
setAuthorizers(String)
- Method in class org.pac4j.springframework.security.web.
SecurityFilter
setCallbackLogic(CallbackLogic<Object, SpringSecurityContext>)
- Method in class org.pac4j.springframework.security.web.
CallbackFilter
setClients(String)
- Method in class org.pac4j.springframework.security.web.
SecurityFilter
setConfig(Config)
- Method in class org.pac4j.springframework.security.web.
CallbackFilter
setConfig(Config)
- Method in class org.pac4j.springframework.security.web.
SecurityFilter
setDefaultUrl(String)
- Method in class org.pac4j.springframework.security.web.
CallbackFilter
setMatchers(String)
- Method in class org.pac4j.springframework.security.web.
SecurityFilter
setMultiProfile(Boolean)
- Method in class org.pac4j.springframework.security.web.
CallbackFilter
setMultiProfile(Boolean)
- Method in class org.pac4j.springframework.security.web.
SecurityFilter
setRenewSession(Boolean)
- Method in class org.pac4j.springframework.security.web.
CallbackFilter
setRequestAttribute(String, Object)
- Method in class org.pac4j.springframework.security.context.
SpringSecurityContext
setSecurityLogic(DefaultSecurityLogic<Object, SpringSecurityContext>)
- Method in class org.pac4j.springframework.security.web.
SecurityFilter
setSessionAttribute(String, Object)
- Method in class org.pac4j.springframework.security.context.
SpringSecurityContext
SpringSecurityContext
- Class in
org.pac4j.springframework.security.context
A specific Spring Security web context where the authenticated profiles are saved into the Spring security context.
SpringSecurityContext(HttpServletRequest, HttpServletResponse)
- Constructor for class org.pac4j.springframework.security.context.
SpringSecurityContext
SpringSecurityContext(HttpServletRequest, HttpServletResponse, SessionStore<J2EContext>)
- Constructor for class org.pac4j.springframework.security.context.
SpringSecurityContext
SpringSecurityHelper
- Class in
org.pac4j.springframework.security.util
Helper for Spring Security.
SpringSecurityHelper()
- Constructor for class org.pac4j.springframework.security.util.
SpringSecurityHelper
B
C
D
E
G
H
I
O
P
S
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016. All rights reserved.