All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.molgenis.data.security.auth.CachedRoleHierarchy Maven / Gradle / Ivy

There is a newer version: 8.4.5
Show newest version
package org.molgenis.data.security.auth;

import org.springframework.security.access.hierarchicalroles.RoleHierarchy;

public interface CachedRoleHierarchy extends RoleHierarchy {
  /** Signals the role hierarchy that its cache is dirty. */
  void markRoleHierarchyCacheDirty();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy