Skip navigation links
A B C D F G H I J L M N O R S T U V 

A

ActiveDirectoryAuthenticator - Class in nl.nn.adapterframework.lifecycle.servlets
 
ActiveDirectoryAuthenticator() - Constructor for class nl.nn.adapterframework.lifecycle.servlets.ActiveDirectoryAuthenticator
 
addInitParameter(String, String) - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
addMappableAttributes(Set<String>) - Method in class nl.nn.adapterframework.lifecycle.servlets.JeeAuthenticator.DelegatedMappableAttributesRetriever
 
afterPropertiesSet() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
ALLOW_OPTIONS_REQUESTS_KEY - Static variable in class nl.nn.adapterframework.lifecycle.servlets.ServletAuthenticatorBase
 
AUTH_ENABLED_KEY - Static variable in class nl.nn.adapterframework.lifecycle.servlets.SecuritySettings
 
AuthenticationType - Enum in nl.nn.adapterframework.lifecycle.servlets
 
AuthorityMapper - Class in nl.nn.adapterframework.lifecycle.servlets
 
AuthorityMapper(URL, Set<String>, Properties) - Constructor for class nl.nn.adapterframework.lifecycle.servlets.AuthorityMapper
 
authorizationRequestMatcher(HttpServletRequest) - Method in class nl.nn.adapterframework.lifecycle.servlets.NoOpAuthenticator
 
authorizationRequestMatcher(HttpServletRequest) - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletAuthenticatorBase
RequestMatcher which determines when a client has to log in.

B

build() - Method in interface nl.nn.adapterframework.lifecycle.servlets.IAuthenticator
 
build() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletAuthenticatorBase
 

C

configure(HttpSecurity) - Method in class nl.nn.adapterframework.lifecycle.servlets.ActiveDirectoryAuthenticator
 
configure(HttpSecurity) - Method in class nl.nn.adapterframework.lifecycle.servlets.InMemoryAuthenticator
 
configure(HttpSecurity) - Method in class nl.nn.adapterframework.lifecycle.servlets.JeeAuthenticator
 
configure(HttpSecurity) - Method in class nl.nn.adapterframework.lifecycle.servlets.NoOpAuthenticator
 
configure(HttpSecurity) - Method in class nl.nn.adapterframework.lifecycle.servlets.OAuth2Authenticator
 
configure(HttpSecurity) - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletAuthenticatorBase
Before building, configure the FilterChain.
configureHttpSecurity(HttpSecurity) - Method in interface nl.nn.adapterframework.lifecycle.servlets.IAuthenticator
Spring invoked HttpSecurity
configureHttpSecurity(HttpSecurity) - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletAuthenticatorBase
 
createClientRegistrationRepository() - Method in class nl.nn.adapterframework.lifecycle.servlets.OAuth2Authenticator
 
createCustomBuilder(String, String) - Method in class nl.nn.adapterframework.lifecycle.servlets.OAuth2Authenticator
 

D

DEFAULT_IBIS_ROLES - Static variable in class nl.nn.adapterframework.lifecycle.servlets.ServletAuthenticatorBase
 
DelegatedMappableAttributesRetriever() - Constructor for class nl.nn.adapterframework.lifecycle.servlets.JeeAuthenticator.DelegatedMappableAttributesRetriever
 

F

fromServlet(DynamicRegistration.Servlet) - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
Convenience method to easily register a dynamic Frank servlet.

G

getApplicationContext() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletAuthenticatorBase
 
getAuthenticator() - Method in enum nl.nn.adapterframework.lifecycle.servlets.AuthenticationType
NB.
getAuthenticatorName() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
getDefaultTransportGuarantee() - Static method in class nl.nn.adapterframework.lifecycle.servlets.SecuritySettings
 
getEnvironmentProperties() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletAuthenticatorBase
 
getInitParameters() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
getLoadOnStartup() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
getMappableAttributes() - Method in class nl.nn.adapterframework.lifecycle.servlets.JeeAuthenticator.DelegatedMappableAttributesRetriever
 
getName() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
getPrivateEndpoints() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletAuthenticatorBase
List of endpoints as well as potential exclusions.
getSecurityRoles() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletAuthenticatorBase
 
getSecurityRoles() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
getServlet() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
getTransportGuarantee() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
getUrlMapping() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 

H

HTTPS_ENABLED_KEY - Static variable in class nl.nn.adapterframework.lifecycle.servlets.SecuritySettings
 

I

IAuthenticator - Interface in nl.nn.adapterframework.lifecycle.servlets
 
InMemoryAuthenticator - Class in nl.nn.adapterframework.lifecycle.servlets
 
InMemoryAuthenticator() - Constructor for class nl.nn.adapterframework.lifecycle.servlets.InMemoryAuthenticator
 
isAuthenticationEnabled() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
isEnabled() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
isWebSecurityEnabled() - Static method in class nl.nn.adapterframework.lifecycle.servlets.SecuritySettings
 

J

JeeAuthenticator - Class in nl.nn.adapterframework.lifecycle.servlets
 
JeeAuthenticator() - Constructor for class nl.nn.adapterframework.lifecycle.servlets.JeeAuthenticator
 
JeeAuthenticator.DelegatedMappableAttributesRetriever - Class in nl.nn.adapterframework.lifecycle.servlets
 

L

loadProperties() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
Overwrites servlet defaults with properties.
log - Variable in class nl.nn.adapterframework.lifecycle.servlets.ServletAuthenticatorBase
 

M

mapAuthorities(Collection<? extends GrantedAuthority>) - Method in class nl.nn.adapterframework.lifecycle.servlets.AuthorityMapper
 
matches(HttpServletRequest) - Method in class nl.nn.adapterframework.lifecycle.servlets.URLRequestMatcher
 

N

nl.nn.adapterframework.lifecycle.servlets - package nl.nn.adapterframework.lifecycle.servlets
 
NoOpAuthenticator - Class in nl.nn.adapterframework.lifecycle.servlets
 
NoOpAuthenticator() - Constructor for class nl.nn.adapterframework.lifecycle.servlets.NoOpAuthenticator
 

O

OAuth2Authenticator - Class in nl.nn.adapterframework.lifecycle.servlets
OAuth2 Authentication provider which contains 4 defaults (Google, GitHub, Facebook and Okta), as well as a custom setting which allows users to use their own IDP.
OAuth2Authenticator() - Constructor for class nl.nn.adapterframework.lifecycle.servlets.OAuth2Authenticator
 

R

registerServlet(ServletConfiguration) - Method in interface nl.nn.adapterframework.lifecycle.servlets.IAuthenticator
 
registerServlet(ServletConfiguration) - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletAuthenticatorBase
 

S

SecuritySettings - Class in nl.nn.adapterframework.lifecycle.servlets
 
SecuritySettings() - Constructor for class nl.nn.adapterframework.lifecycle.servlets.SecuritySettings
 
ServletAuthenticatorBase - Class in nl.nn.adapterframework.lifecycle.servlets
 
ServletAuthenticatorBase() - Constructor for class nl.nn.adapterframework.lifecycle.servlets.ServletAuthenticatorBase
 
ServletConfiguration - Class in nl.nn.adapterframework.lifecycle.servlets
 
ServletConfiguration() - Constructor for class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
setApplicationContext(ApplicationContext) - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletAuthenticatorBase
 
setAuthorizationUri(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.OAuth2Authenticator
eg.
setBaseDn(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.ActiveDirectoryAuthenticator
Domain root DN, eg: DC=company,DC=org
setClientId(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.OAuth2Authenticator
 
setClientSecret(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.OAuth2Authenticator
 
setDomainName(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.ActiveDirectoryAuthenticator
 
setEnabled(boolean) - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
setEnvironment(Environment) - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
setFollowReferrals(boolean) - Method in class nl.nn.adapterframework.lifecycle.servlets.ActiveDirectoryAuthenticator
 
setIssuerUri(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.OAuth2Authenticator
eg.
setJwkSetUri(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.OAuth2Authenticator
eg.
setLoadOnStartup(int) - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
setName(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
setPassword(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.InMemoryAuthenticator
 
setProvider(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.OAuth2Authenticator
Google, GitHub, Facebook, Okta, Custom
setRoleMappingFile(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.ActiveDirectoryAuthenticator
 
setRoleMappingFile(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.OAuth2Authenticator
 
setScopes(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.OAuth2Authenticator
eg.
setSearchFilter(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.ActiveDirectoryAuthenticator
defaults to (&(objectClass=user)(userPrincipalName={0}))
setSecurityRoles(String[]) - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
setServlet(Servlet) - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
setTokenUri(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.OAuth2Authenticator
eg.
setupDefaultSecuritySettings(PropertyResolver) - Static method in class nl.nn.adapterframework.lifecycle.servlets.SecuritySettings
 
setUrl(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.ActiveDirectoryAuthenticator
LDAP server endpoint, eg: ldap://10.1.2.3
setUrlMapping(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
setUserInfoUri(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.OAuth2Authenticator
eg.
setUsername(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.InMemoryAuthenticator
 
setUserNameAttributeName(String) - Method in class nl.nn.adapterframework.lifecycle.servlets.OAuth2Authenticator
eg.

T

toString() - Method in class nl.nn.adapterframework.lifecycle.servlets.ServletConfiguration
 
toString() - Method in class nl.nn.adapterframework.lifecycle.servlets.URLRequestMatcher
 

U

URLRequestMatcher - Class in nl.nn.adapterframework.lifecycle.servlets
 
URLRequestMatcher(Set<String>) - Constructor for class nl.nn.adapterframework.lifecycle.servlets.URLRequestMatcher
 

V

valueOf(String) - Static method in enum nl.nn.adapterframework.lifecycle.servlets.AuthenticationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum nl.nn.adapterframework.lifecycle.servlets.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D F G H I J L M N O R S T U V 
Skip navigation links

Copyright © 2023 Frank!Framework. All rights reserved.