Index

A B C D F G H I J L M O P R S W 
All Classes and Interfaces|All Packages

A

AbstractFilter - Class in org.pac4j.jax.rs.filters
 
AbstractFilter(Providers) - Constructor for class org.pac4j.jax.rs.filters.AbstractFilter
 
adapt(HttpAction, WebContext) - Method in class org.pac4j.jax.rs.filters.JaxRsHttpActionAdapter
 
adapter(Config) - Method in class org.pac4j.jax.rs.filters.AbstractFilter
Prefer to set a specific HttpActionAdapter on the Config instead of overriding this method.
addResponseCookie(NewCookie) - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext.ResponseHolder
 
addResponseCookie(Cookie) - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
AnnotationsHelper - Class in org.pac4j.jax.rs.helpers
 
authorizers() - Element in annotation interface org.pac4j.jax.rs.annotations.Pac4JSecurity
 

B

buildFromTrackableSession(WebContext, Object) - Method in class org.pac4j.jax.rs.servlet.pac4j.ServletSessionStore
 
buildLogic(Config) - Method in class org.pac4j.jax.rs.filters.CallbackFilter
 
buildLogic(Config) - Method in class org.pac4j.jax.rs.filters.LogoutFilter
 
buildLogic(Config) - Method in class org.pac4j.jax.rs.filters.SecurityFilter
 

C

CallbackFilter - Class in org.pac4j.jax.rs.filters
 
CallbackFilter(Providers) - Constructor for class org.pac4j.jax.rs.filters.CallbackFilter
 
centralLogout() - Element in annotation interface org.pac4j.jax.rs.annotations.Pac4JLogout
Note that this parameter only takes one value at most: empty array (default) is used to represent default pac4j setting (false), one boolean will be used by the filter, and more than one boolean will fail the resource method initialisation.
clients() - Element in annotation interface org.pac4j.jax.rs.annotations.Pac4JSecurity
 
compute(String, WebContext) - Method in class org.pac4j.jax.rs.pac4j.JaxRsUrlResolver
 
config - Variable in class org.pac4j.jax.rs.features.JaxRsSessionStoreProvider
 
config - Variable in class org.pac4j.jax.rs.features.Pac4JFeature
 
configure(ResourceInfo, FeatureContext) - Method in class org.pac4j.jax.rs.features.Pac4JSecurityFeature
 
configure(FeatureContext) - Method in class org.pac4j.jax.rs.features.Pac4JFeature
 
configure(FeatureContext) - Method in class org.pac4j.jax.rs.features.Pac4JSecurityFeature
 
configure(FeatureContext) - Method in class org.pac4j.jax.rs.features.Pac4JSecurityFilterFeature
 
context() - Method in class org.pac4j.jax.rs.helpers.RequestJaxRsContext
 
context() - Method in class org.pac4j.jax.rs.helpers.RequestPac4JSecurityContext
 
contextOrNew() - Method in class org.pac4j.jax.rs.helpers.RequestJaxRsContext
 

D

defaultClient() - Element in annotation interface org.pac4j.jax.rs.annotations.Pac4JCallback
Note that this parameter only takes one value at most: empty array (default) is used to represent default pac4j setting (no default client), one string will be used by the filter, and more than one string will fail the resource method initialisation.
defaultUrl() - Element in annotation interface org.pac4j.jax.rs.annotations.Pac4JCallback
Note that this parameter only takes one value at most: empty array (default) is used to represent default pac4j setting, one empty string means that pac4j answer, such as redirect, will be skipped (the annotated method will be executed), a non-empty string will be used by the filter, and more than one string will fail the resource method initialisation.
defaultUrl() - Element in annotation interface org.pac4j.jax.rs.annotations.Pac4JLogout
Note that this parameter only takes one value at most: empty array (default) is used to represent default pac4j setting, a non-empty string will be used by the filter, and more than one string will fail the resource method initialisation.
destroySession() - Element in annotation interface org.pac4j.jax.rs.annotations.Pac4JLogout
Note that this parameter only takes one value at most: empty array (default) is used to represent default pac4j setting (false), one boolean will be used by the filter, and more than one boolean will fail the resource method initialisation.
destroySession(WebContext) - Method in class org.pac4j.jax.rs.servlet.pac4j.ServletSessionStore
 

F

filter(ContainerRequestContext) - Method in class org.pac4j.jax.rs.filters.AbstractFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.pac4j.jax.rs.filters.AbstractFilter
 
filter(JaxRsContext) - Method in class org.pac4j.jax.rs.filters.AbstractFilter
 
filter(JaxRsContext) - Method in class org.pac4j.jax.rs.filters.CallbackFilter
 
filter(JaxRsContext) - Method in class org.pac4j.jax.rs.filters.LogoutFilter
 
filter(JaxRsContext) - Method in class org.pac4j.jax.rs.filters.SecurityFilter
 

G

get(WebContext, String) - Method in class org.pac4j.jax.rs.servlet.pac4j.ServletSessionStore
 
getAbortBuilder() - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getAbsolutePath(String, boolean) - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getAuthenticationScheme() - Method in class org.pac4j.jax.rs.pac4j.JaxRsProfileManager.Pac4JSecurityContext
 
getAuthorizers() - Method in class org.pac4j.jax.rs.filters.SecurityFilter
 
getCallbackLogic() - Method in class org.pac4j.jax.rs.filters.CallbackFilter
 
getCentralLogout() - Method in class org.pac4j.jax.rs.filters.LogoutFilter
 
getClassLevelAnnotation(Class<?>, Class<A>) - Static method in class org.pac4j.jax.rs.helpers.AnnotationsHelper
 
getClients() - Method in class org.pac4j.jax.rs.filters.SecurityFilter
 
getConfig() - Method in class org.pac4j.jax.rs.filters.AbstractFilter
 
getContainerRequestContext() - Method in class org.pac4j.jax.rs.helpers.RequestJaxRsContext
 
getContext() - Method in class org.pac4j.jax.rs.pac4j.JaxRsProfileManager.Pac4JSecurityContext
 
getContext(Class<?>) - Method in class org.pac4j.jax.rs.features.JaxRsConfigProvider
 
getContext(Class<?>) - Method in class org.pac4j.jax.rs.features.JaxRsContextFactoryProvider
 
getContext(Class<?>) - Method in class org.pac4j.jax.rs.features.JaxRsSessionStoreProvider
 
getContext(Class<?>) - Method in class org.pac4j.jax.rs.servlet.features.ServletJaxRsContextFactoryProvider
 
getContext(Class<?>) - Method in class org.pac4j.jax.rs.servlet.features.ServletSessionStoreProvider
 
getDefaultClient() - Method in class org.pac4j.jax.rs.filters.CallbackFilter
 
getDefaultUrl() - Method in class org.pac4j.jax.rs.filters.CallbackFilter
 
getDefaultUrl() - Method in class org.pac4j.jax.rs.filters.LogoutFilter
 
getDestroySession() - Method in class org.pac4j.jax.rs.filters.LogoutFilter
 
getFullRequestURL() - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getHttpSession(WebContext) - Method in class org.pac4j.jax.rs.servlet.pac4j.ServletSessionStore
 
getLocalLogout() - Method in class org.pac4j.jax.rs.filters.LogoutFilter
 
getLogoutLogic() - Method in class org.pac4j.jax.rs.filters.LogoutFilter
 
getLogoutUrlPattern() - Method in class org.pac4j.jax.rs.filters.LogoutFilter
 
getMatchers() - Method in class org.pac4j.jax.rs.filters.SecurityFilter
 
getMethodLevelAnnotation(Method, Class<A>) - Static method in class org.pac4j.jax.rs.helpers.AnnotationsHelper
 
getPath() - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
This gives us what is after the baseURI (e.g., the servlet context + the servlet mapping)
getProfiles() - Method in class org.pac4j.jax.rs.pac4j.JaxRsProfileManager.Pac4JSecurityContext
 
getProviders() - Method in class org.pac4j.jax.rs.features.JaxRsContextFactoryProvider
 
getProviders() - Method in class org.pac4j.jax.rs.helpers.RequestJaxRsContext
 
getProviders() - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getRemoteAddr() - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getRemoteAddr() - Method in class org.pac4j.jax.rs.servlet.pac4j.ServletJaxRsContext
 
getRequest() - Method in class org.pac4j.jax.rs.servlet.pac4j.ServletJaxRsContext
 
getRequestAttribute(String) - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getRequestContent() - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getRequestContext() - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getRequestCookies() - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getRequestHeader(String) - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getRequestMethod() - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getRequestParameter(String) - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getRequestParameters() - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getResponseHeader(String) - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getResponseHeader(String) - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext.ResponseHolder
 
getResponseHolder() - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getScheme() - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getSecurityLogic() - Method in class org.pac4j.jax.rs.filters.SecurityFilter
 
getServerName() - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getServerPort() - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
getSessionId(WebContext, boolean) - Method in class org.pac4j.jax.rs.servlet.pac4j.ServletSessionStore
 
getSessionStore() - Method in class org.pac4j.jax.rs.filters.AbstractFilter
 
getSessionStore() - Method in class org.pac4j.jax.rs.pac4j.JaxRsProfileManager.Pac4JSecurityContext
 
getTrackableSession(WebContext) - Method in class org.pac4j.jax.rs.servlet.pac4j.ServletSessionStore
 
getUserPrincipal() - Method in class org.pac4j.jax.rs.pac4j.JaxRsProfileManager.Pac4JSecurityContext
 

H

httpSession - Variable in class org.pac4j.jax.rs.servlet.pac4j.ServletSessionStore
 

I

ignore() - Element in annotation interface org.pac4j.jax.rs.annotations.Pac4JSecurity
Set to true to ignore a class-level Pac4JSecurity annotation.
INSTANCE - Static variable in class org.pac4j.jax.rs.filters.JaxRsHttpActionAdapter
 
INSTANCE - Static variable in class org.pac4j.jax.rs.servlet.pac4j.ServletSessionStore
 
isAjax(WebContext, SessionStore) - Method in class org.pac4j.jax.rs.pac4j.JaxRsAjaxRequestResolver
 
isRenewSession() - Method in class org.pac4j.jax.rs.filters.CallbackFilter
 
isSecure() - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
isSecure() - Method in class org.pac4j.jax.rs.pac4j.JaxRsProfileManager.Pac4JSecurityContext
 
isSkipResponse() - Method in class org.pac4j.jax.rs.filters.AbstractFilter
 
isUserInRole(String) - Method in class org.pac4j.jax.rs.pac4j.JaxRsProfileManager.Pac4JSecurityContext
 

J

JaxRsAjaxRequestResolver - Class in org.pac4j.jax.rs.pac4j
This can be used by applications to ensure that pac4j always answers with 401 instead of redirect.
JaxRsAjaxRequestResolver() - Constructor for class org.pac4j.jax.rs.pac4j.JaxRsAjaxRequestResolver
 
JaxRsConfigProvider - Class in org.pac4j.jax.rs.features
This class can be used to inject the pac4j Config in the JAX-RS runtime.
JaxRsConfigProvider(Config) - Constructor for class org.pac4j.jax.rs.features.JaxRsConfigProvider
 
JaxRsContext - Class in org.pac4j.jax.rs.pac4j
 
JaxRsContext(Providers, ContainerRequestContext) - Constructor for class org.pac4j.jax.rs.pac4j.JaxRsContext
 
JaxRsContext.ResponseHolder - Class in org.pac4j.jax.rs.pac4j
 
JaxRsContextFactoryProvider - Class in org.pac4j.jax.rs.features
This provides the JAX-RS runtime a way to build a JaxRsContext adequate for the container.
JaxRsContextFactoryProvider() - Constructor for class org.pac4j.jax.rs.features.JaxRsContextFactoryProvider
 
JaxRsContextFactoryProvider.JaxRsContextFactory - Interface in org.pac4j.jax.rs.features
We need to provide a factory because it is not possible to get the ContainerRequestContext injected directly here...
JaxRsHttpActionAdapter - Class in org.pac4j.jax.rs.filters
 
JaxRsHttpActionAdapter() - Constructor for class org.pac4j.jax.rs.filters.JaxRsHttpActionAdapter
 
JaxRsProfileManager - Class in org.pac4j.jax.rs.pac4j
 
JaxRsProfileManager(WebContext, SessionStore) - Constructor for class org.pac4j.jax.rs.pac4j.JaxRsProfileManager
 
JaxRsProfileManager.Pac4JSecurityContext - Class in org.pac4j.jax.rs.pac4j
 
JaxRsSessionStoreProvider - Class in org.pac4j.jax.rs.features
This class can be used to inject the pac4j SessionStore in the JAX-RS runtime.
JaxRsSessionStoreProvider(Config) - Constructor for class org.pac4j.jax.rs.features.JaxRsSessionStoreProvider
 
JaxRsUrlResolver - Class in org.pac4j.jax.rs.pac4j
This can be used by applications to ensure the callback URL is properly prefixed by the context where the JAX-RS implementation is deployed.
JaxRsUrlResolver() - Constructor for class org.pac4j.jax.rs.pac4j.JaxRsUrlResolver
 

L

localLogout() - Element in annotation interface org.pac4j.jax.rs.annotations.Pac4JLogout
Note that this parameter only takes one value at most: empty array (default) is used to represent default pac4j setting (false), one boolean will be used by the filter, and more than one boolean will fail the resource method initialisation.
LogoutFilter - Class in org.pac4j.jax.rs.filters
 
LogoutFilter(Providers) - Constructor for class org.pac4j.jax.rs.filters.LogoutFilter
 
logoutUrlPattern() - Element in annotation interface org.pac4j.jax.rs.annotations.Pac4JLogout
Note that this parameter only takes one value at most: empty array (default) is used to represent default pac4j setting, a non-empty string will be used by the filter, and more than one string will fail the resource method initialisation.

M

matchers() - Element in annotation interface org.pac4j.jax.rs.annotations.Pac4JSecurity
 

O

org.pac4j.jax.rs.annotations - package org.pac4j.jax.rs.annotations
 
org.pac4j.jax.rs.features - package org.pac4j.jax.rs.features
 
org.pac4j.jax.rs.filters - package org.pac4j.jax.rs.filters
 
org.pac4j.jax.rs.helpers - package org.pac4j.jax.rs.helpers
 
org.pac4j.jax.rs.pac4j - package org.pac4j.jax.rs.pac4j
 
org.pac4j.jax.rs.servlet.features - package org.pac4j.jax.rs.servlet.features
 
org.pac4j.jax.rs.servlet.pac4j - package org.pac4j.jax.rs.servlet.pac4j
 

P

Pac4JCallback - Annotation Interface in org.pac4j.jax.rs.annotations
Identify the class or method as being filtered by CallbackFilter.
Pac4JFeature - Class in org.pac4j.jax.rs.features
This feature can be used to register the default set of necessary providers.
Pac4JFeature(Config) - Constructor for class org.pac4j.jax.rs.features.Pac4JFeature
 
Pac4JLogout - Annotation Interface in org.pac4j.jax.rs.annotations
Identify the class or method as being filtered by LogoutFilter.
Pac4JProfile - Annotation Interface in org.pac4j.jax.rs.annotations
Binds the value(s) of the current Pac4J CommonProfile to a resource method parameter, resource class field, or resource class bean property.
Pac4JProfileManager - Annotation Interface in org.pac4j.jax.rs.annotations
Binds the value(s) of the current Pac4J ProfileManager to a resource method parameter, resource class field, or resource class bean property.
Pac4JSecurity - Annotation Interface in org.pac4j.jax.rs.annotations
Identify the class or method as being filtered by SecurityFilter.
Pac4JSecurityContext(SecurityContext, JaxRsContext, SessionStore, Collection<UserProfile>) - Constructor for class org.pac4j.jax.rs.pac4j.JaxRsProfileManager.Pac4JSecurityContext
 
Pac4JSecurityFeature - Class in org.pac4j.jax.rs.features
Injects SecurityFilters, CallbackFilters and LogoutFilters on JAX-RS resources methods annotated with @Pac4JSecurity, @Pac4JCallback and @Pac4JLogout.
Pac4JSecurityFeature() - Constructor for class org.pac4j.jax.rs.features.Pac4JSecurityFeature
 
Pac4JSecurityFilterFeature - Class in org.pac4j.jax.rs.features
Registers a global SecurityFilter to protect all the URLs served by the JAX-RS runtime.
Pac4JSecurityFilterFeature() - Constructor for class org.pac4j.jax.rs.features.Pac4JSecurityFilterFeature
 
Pac4JSecurityFilterFeature(Boolean, String, String, String) - Constructor for class org.pac4j.jax.rs.features.Pac4JSecurityFilterFeature
 
Pac4JServletFeature - Class in org.pac4j.jax.rs.servlet.features
Extends Pac4JFeature to register the default providers for servlet-based containers
Pac4JServletFeature(Config) - Constructor for class org.pac4j.jax.rs.servlet.features.Pac4JServletFeature
 
populateResponse(ContainerResponseContext) - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext.ResponseHolder
 
profile() - Method in class org.pac4j.jax.rs.helpers.RequestUserProfile
 
profileManager() - Method in class org.pac4j.jax.rs.helpers.RequestProfileManager
 
ProvidersContext - Class in org.pac4j.jax.rs.helpers
 
ProvidersContext(Providers) - Constructor for class org.pac4j.jax.rs.helpers.ProvidersContext
 
provides(ContainerRequestContext) - Method in interface org.pac4j.jax.rs.features.JaxRsContextFactoryProvider.JaxRsContextFactory
 

R

registerConfigProvider(FeatureContext) - Method in class org.pac4j.jax.rs.features.Pac4JFeature
 
registerContextFactoryProvider(FeatureContext) - Method in class org.pac4j.jax.rs.features.Pac4JFeature
 
registerContextFactoryProvider(FeatureContext) - Method in class org.pac4j.jax.rs.servlet.features.Pac4JServletFeature
 
registerSessionStoreProvider(FeatureContext) - Method in class org.pac4j.jax.rs.features.Pac4JFeature
 
registerSessionStoreProvider(FeatureContext) - Method in class org.pac4j.jax.rs.servlet.features.Pac4JServletFeature
 
renewSession() - Element in annotation interface org.pac4j.jax.rs.annotations.Pac4JCallback
Note that this parameter only takes one value at most: empty array (default) is used to represent default pac4j setting, one boolean will be used by the filter, and more than one boolean will fail the resource method initialisation.
renewSession(WebContext) - Method in class org.pac4j.jax.rs.servlet.pac4j.ServletSessionStore
 
RequestJaxRsContext - Class in org.pac4j.jax.rs.helpers
 
RequestJaxRsContext(Providers, ContainerRequestContext) - Constructor for class org.pac4j.jax.rs.helpers.RequestJaxRsContext
 
RequestJaxRsContext(JaxRsContext) - Constructor for class org.pac4j.jax.rs.helpers.RequestJaxRsContext
 
RequestPac4JSecurityContext - Class in org.pac4j.jax.rs.helpers
 
RequestPac4JSecurityContext(ContainerRequestContext) - Constructor for class org.pac4j.jax.rs.helpers.RequestPac4JSecurityContext
 
RequestPac4JSecurityContext(SecurityContext) - Constructor for class org.pac4j.jax.rs.helpers.RequestPac4JSecurityContext
 
RequestPac4JSecurityContext(JaxRsContext) - Constructor for class org.pac4j.jax.rs.helpers.RequestPac4JSecurityContext
 
RequestProfileManager - Class in org.pac4j.jax.rs.helpers
 
RequestProfileManager(JaxRsContext, SessionStore) - Constructor for class org.pac4j.jax.rs.helpers.RequestProfileManager
 
RequestUserProfile - Class in org.pac4j.jax.rs.helpers
 
RequestUserProfile(RequestPac4JSecurityContext) - Constructor for class org.pac4j.jax.rs.helpers.RequestUserProfile
 
resolve(Class<A>) - Method in class org.pac4j.jax.rs.helpers.ProvidersContext
 
resolveNotNull(Class<A>) - Method in class org.pac4j.jax.rs.helpers.ProvidersContext
 
RESPONSE_HOLDER - Static variable in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
ResponseHolder() - Constructor for class org.pac4j.jax.rs.pac4j.JaxRsContext.ResponseHolder
 

S

SecurityFilter - Class in org.pac4j.jax.rs.filters
TODO this is missing a way to influence URL's prefix for the used clients and authorizers (this is a pac4j limitation)
SecurityFilter(Providers) - Constructor for class org.pac4j.jax.rs.filters.SecurityFilter
 
ServletJaxRsContext - Class in org.pac4j.jax.rs.servlet.pac4j
Notice: depending on the servlet implementations, there is often chances that the JAX-RS implementation will read the input stream of the request when it arrives, and after that, it becomes impossible for the Servlet implementation to read it.
ServletJaxRsContext(Providers, ContainerRequestContext, HttpServletRequest) - Constructor for class org.pac4j.jax.rs.servlet.pac4j.ServletJaxRsContext
 
ServletJaxRsContextFactoryProvider - Class in org.pac4j.jax.rs.servlet.features
Extends JaxRsContextFactoryProvider to support any servlet-based container
ServletJaxRsContextFactoryProvider() - Constructor for class org.pac4j.jax.rs.servlet.features.ServletJaxRsContextFactoryProvider
 
ServletSessionStore - Class in org.pac4j.jax.rs.servlet.pac4j
 
ServletSessionStore() - Constructor for class org.pac4j.jax.rs.servlet.pac4j.ServletSessionStore
 
ServletSessionStore(HttpSession) - Constructor for class org.pac4j.jax.rs.servlet.pac4j.ServletSessionStore
 
ServletSessionStoreProvider - Class in org.pac4j.jax.rs.servlet.features
Extends JaxRsSessionStoreProvider to provide the configured SessionStore or the default implementation for servlet-based containers
ServletSessionStoreProvider(Config) - Constructor for class org.pac4j.jax.rs.servlet.features.ServletSessionStoreProvider
 
set(WebContext, String, Object) - Method in class org.pac4j.jax.rs.servlet.pac4j.ServletSessionStore
 
setAuthorizers(String) - Method in class org.pac4j.jax.rs.filters.SecurityFilter
 
setCallbackLogic(CallbackLogic) - Method in class org.pac4j.jax.rs.filters.CallbackFilter
 
setCentralLogout(Boolean) - Method in class org.pac4j.jax.rs.filters.LogoutFilter
 
setClients(String) - Method in class org.pac4j.jax.rs.filters.SecurityFilter
 
setDefaultClient(String) - Method in class org.pac4j.jax.rs.filters.CallbackFilter
 
setDefaultUrl(String) - Method in class org.pac4j.jax.rs.filters.CallbackFilter
 
setDefaultUrl(String) - Method in class org.pac4j.jax.rs.filters.LogoutFilter
 
setDestroySession(Boolean) - Method in class org.pac4j.jax.rs.filters.LogoutFilter
 
setLocalLogout(Boolean) - Method in class org.pac4j.jax.rs.filters.LogoutFilter
 
setLogoutLogic(LogoutLogic) - Method in class org.pac4j.jax.rs.filters.LogoutFilter
 
setLogoutUrlPattern(String) - Method in class org.pac4j.jax.rs.filters.LogoutFilter
 
setMatchers(String) - Method in class org.pac4j.jax.rs.filters.SecurityFilter
 
setRenewSession(Boolean) - Method in class org.pac4j.jax.rs.filters.CallbackFilter
 
setRequestAttribute(String, Object) - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
setResponseContentType(MediaType) - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext.ResponseHolder
 
setResponseContentType(String) - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
setResponseHeader(String, String) - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext.ResponseHolder
 
setResponseHeader(String, String) - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext
 
setResponseStatus(int) - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext.ResponseHolder
 
setSecurityLogic(SecurityLogic) - Method in class org.pac4j.jax.rs.filters.SecurityFilter
 
setSkipResponse(Boolean) - Method in class org.pac4j.jax.rs.filters.AbstractFilter
Note that if this is set to true, this will also disable the effects of Authorizer and such that set things on the HTTP response!
skipResponse - Variable in class org.pac4j.jax.rs.filters.AbstractFilter
 
skipResponse() - Element in annotation interface org.pac4j.jax.rs.annotations.Pac4JCallback
Note that this parameter only takes one value at most: empty array (default) is used to represent default pac4j setting (false), one boolean will be used by the filter, and more than one boolean will fail the resource method initialisation.
skipResponse() - Element in annotation interface org.pac4j.jax.rs.annotations.Pac4JLogout
Note that this parameter only takes one value at most: empty array (default) is used to represent default pac4j setting (false), one boolean will be used by the filter, and more than one boolean will fail the resource method initialisation.
skipResponse() - Element in annotation interface org.pac4j.jax.rs.annotations.Pac4JSecurity
Note that this parameter only takes one value at most: empty array (default) is used to represent default pac4j setting (false), one boolean will be used by the filter, and more than one boolean will fail the resource method initialisation.

W

writeResponseContent(String) - Method in class org.pac4j.jax.rs.pac4j.JaxRsContext.ResponseHolder
 
A B C D F G H I J L M O P R S W 
All Classes and Interfaces|All Packages