Uses of Interface
dev.relism.flash.ext.security.AuthenticationEntryPoint
-
Uses of AuthenticationEntryPoint in dev.relism.flash.ext.security
Methods in dev.relism.flash.ext.security with parameters of type AuthenticationEntryPointModifier and TypeMethodDescriptiondev.relism.flash.routing.MiddlewareSecurityExtension.enforce(SecurityPolicy policy, AuthenticationEntryPoint anonymous) anonymousanswers a caller without credentials on this route instead of the configured entry point.SecurityExtension.entryPoint(AuthenticationEntryPoint entryPoint) Replaces the default: a browser is redirected to sign in, anything else gets 401 with every challenge.