Class SecurityRealmAuthenticationFilter
java.lang.Object
net.coder966.spring.multisecurityrealms.filter.SecurityRealmAuthenticationFilter
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityRealmAuthenticationFilter(SecurityRealmDescriptor descriptor, AuthenticationTokenConverter authenticationTokenConverter, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionbooleanhandle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-
Constructor Details
-
SecurityRealmAuthenticationFilter
public SecurityRealmAuthenticationFilter(SecurityRealmDescriptor descriptor, AuthenticationTokenConverter authenticationTokenConverter, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
handle
public boolean handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-