Uses of Class
dev.relism.flash.ext.security.SecurityPolicy
-
Uses of SecurityPolicy in dev.relism.flash.ext.security
Fields in dev.relism.flash.ext.security declared as SecurityPolicyModifier and TypeFieldDescriptionstatic final SecurityPolicySecurityPolicy.AUTHENTICATEDAny authenticated caller.Methods in dev.relism.flash.ext.security that return SecurityPolicyModifier and TypeMethodDescriptionstatic SecurityPolicyThe policytypedeclares, ornullwhen it carries no security annotation.The policytype's annotations declare, checked against this configuration — declaring roles without aRoleResolverfails here, at boot.Methods in dev.relism.flash.ext.security with parameters of type SecurityPolicyModifier and TypeMethodDescriptiondev.relism.flash.routing.MiddlewareSecurityExtension.enforce(SecurityPolicy policy) dev.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.