Uses of Enum Class
com.vaadin.flow.server.auth.AccessCheckDecision
Packages that use AccessCheckDecision
-
Uses of AccessCheckDecision in com.vaadin.flow.server.auth
Methods in com.vaadin.flow.server.auth that return AccessCheckDecisionModifier and TypeMethodDescriptionAccessCheckResult.decision()Gets the navigation access checker decision.static AccessCheckDecisionReturns the enum constant of this class with the specified name.static AccessCheckDecision[]AccessCheckDecision.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.server.auth with parameters of type AccessCheckDecisionModifier and TypeMethodDescriptionstatic AccessCheckResultAccessCheckResult.create(AccessCheckDecision decision, String reason) Create a result instance for the provided decision and reason.Constructors in com.vaadin.flow.server.auth with parameters of type AccessCheckDecisionModifierConstructorDescriptionAccessCheckResult(AccessCheckDecision decision, String reason) Creates a new result.