- PARAM_AUTH_INIT_PATH - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
-
authInitPath init-param: path which will save a returnTo parameter or
Referer before redirecting to the authPath, default "/auth/init".
- PARAM_AUTH_PATH - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
-
authPath init-param: path after the contextPath for which Apache is
configured to send the authentication/authorization headers which we
trust - must override any headers sent by the client, default
"/auth/saml".
- PARAM_COMMON_ROLE - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
-
commonRole init-param: role to always add to users authenticated by this
filter.
- PARAM_HEADER_PREFIX - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
-
Random header prefix which must be kept secret and changed on each
deployment.
- PARAM_ROLES_HEADER - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
-
rolesHeader init-param: header which contains the roles.
- PARAM_ROLES_SEPARATOR - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
-
rolesSeparator init-param: if configured, the separator to split the
roles with.
- PARAM_SAVE_EXTRA_HEADERS - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
-
saveExtraHeaders init-param: extra headers to save sent to authPath, such
as [prefix]_SESSION, separated by ','.
- PARAM_USE_ROLES_NSUFFIX - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
-
useRolesNSuffix init-param: set to "true" to use a suffix for
the roles header instead of splitting on a separator, defaults to true if
rolesSeparator is not set.
- PARAM_USER_HEADER - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
-
userHeader init-param: the request header that contains
the username, default _uid.