Uses of Record Class
io.john.amiscaray.quak.security.config.EndpointMapping
Packages that use EndpointMapping
Package
Description
-
Uses of EndpointMapping in io.john.amiscaray.quak.security.auth.filter
Methods in io.john.amiscaray.quak.security.auth.filter that return EndpointMappingModifier and TypeMethodDescriptionprotected EndpointMappingAuthenticationFilter.getMatchingSecuredEndpoint(String url, String method) -
Uses of EndpointMapping in io.john.amiscaray.quak.security.config
Methods in io.john.amiscaray.quak.security.config that return types with arguments of type EndpointMappingModifier and TypeMethodDescriptionSecurityConfig.securedEndpointRoles()Returns the value of thesecuredEndpointRolesrecord component.Constructor parameters in io.john.amiscaray.quak.security.config with type arguments of type EndpointMappingModifierConstructorDescriptionSecurityConfig(AuthenticationStrategy strategy, Map<EndpointMapping, List<Role>> securedEndpointRoles) Create a security config allowing all CORS and using JWT.SecurityConfig(AuthenticationStrategy authenticationStrategy, Map<EndpointMapping, List<Role>> securedEndpointRoles, Map<String, CORSConfig> pathCorsConfigMap, String jwtSecretKey, Long jwtSecretExpiryTime) Creates an instance of aSecurityConfigrecord class.