Skip navigation links
B C D E G H I O P S T 

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
 
CallbackFilter(Config) - Constructor for class org.pac4j.springframework.security.web.CallbackFilter
 
CallbackFilter(Config, String) - Constructor for class org.pac4j.springframework.security.web.CallbackFilter
 
CallbackFilter(Config, String, boolean) - Constructor for class org.pac4j.springframework.security.web.CallbackFilter
 
CallbackFilter(Config, String, boolean, boolean) - Constructor for class org.pac4j.springframework.security.web.CallbackFilter
 
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.pac4j.springframework.security.web.Pac4jEntryPoint
 

D

DEFAULT_CALLBACK_SUFFIX - Static variable in class org.pac4j.springframework.security.web.CallbackFilter
 
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
 
getClientName() - Method in class org.pac4j.springframework.security.web.Pac4jEntryPoint
 
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.Pac4jEntryPoint
 
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
 
getName() - Method in class org.pac4j.springframework.security.authentication.Pac4jAuthenticationToken
 
getName() - Method in class org.pac4j.springframework.security.authentication.Pac4jRememberMeAuthenticationToken
 
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
 
getSuffix() - Method in class org.pac4j.springframework.security.web.CallbackFilter
 

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.profile - package org.pac4j.springframework.security.profile
 
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 can be defined with a security configuration and a client name: if it's an indirect client, it redirects the user to te identity provider for login.
Pac4jEntryPoint() - Constructor for class org.pac4j.springframework.security.web.Pac4jEntryPoint
 
Pac4jEntryPoint(Config, String) - 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

save(boolean, CommonProfile, boolean) - Method in class org.pac4j.springframework.security.profile.SpringSecurityProfileManager
 
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
 
SecurityFilter(Config) - Constructor for class org.pac4j.springframework.security.web.SecurityFilter
 
SecurityFilter(Config, String) - Constructor for class org.pac4j.springframework.security.web.SecurityFilter
 
SecurityFilter(Config, String, String) - Constructor for class org.pac4j.springframework.security.web.SecurityFilter
 
setAuthorizers(String) - Method in class org.pac4j.springframework.security.web.SecurityFilter
 
setCallbackLogic(CallbackLogic<Object, J2EContext>) - Method in class org.pac4j.springframework.security.web.CallbackFilter
 
setClientName(String) - Method in class org.pac4j.springframework.security.web.Pac4jEntryPoint
 
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.Pac4jEntryPoint
 
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
 
setSecurityLogic(DefaultSecurityLogic<Object, J2EContext>) - Method in class org.pac4j.springframework.security.web.SecurityFilter
 
setSuffix(String) - Method in class org.pac4j.springframework.security.web.CallbackFilter
 
SpringSecurityHelper - Class in org.pac4j.springframework.security.util
Helper for Spring Security.
SpringSecurityHelper() - Constructor for class org.pac4j.springframework.security.util.SpringSecurityHelper
 
SpringSecurityProfileManager - Class in org.pac4j.springframework.security.profile
Specific profile manager for Spring Security.
SpringSecurityProfileManager(WebContext) - Constructor for class org.pac4j.springframework.security.profile.SpringSecurityProfileManager
 

T

toString() - Method in class org.pac4j.springframework.security.web.Pac4jEntryPoint
 
B C D E G H I O P S T 
Skip navigation links

Copyright © 2016. All rights reserved.