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.dev.relism.flash.routing.MiddlewareSecurityExtension.enforce(SecurityPolicy policy, AuthenticationEntryPoint anonymous, List<AuthenticationMechanism> mechanisms) A route onlymechanismsauthenticate: every other credential, the session cookie included, is no credential at all here — a bearer route that must not be reached with a browser's cookie or with another mechanism's token.SecurityExtension.entryPoint(AuthenticationEntryPoint entryPoint) Replaces the default: a browser is redirected to sign in, anything else gets 401 with every challenge.