com.yahoo.elide.security.checks.UserCheck Maven / Gradle / Ivy
/*
* Copyright 2015, Yahoo Inc.
* Licensed under the Apache License, Version 2.0
* See LICENSE file in project root for terms.
*/
package com.yahoo.elide.security.checks;
import com.yahoo.elide.security.ChangeSpec;
import com.yahoo.elide.security.RequestScope;
import java.util.Optional;
/**
* Custom security access that verifies whether a user belongs to a role.
* Permissions are assigned as a set of checks that grant access to the permission.
*/
public abstract class UserCheck extends InlineCheck
© 2015 - 2025 Weber Informatics LLC | Privacy Policy