Interface FileSystemAuthorizer


  • public interface FileSystemAuthorizer
    Strategy for authorizing users to perform actions in a secured file system.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean authorize​(FileSystem fs, org.jboss.errai.security.shared.api.identity.User user)
      Returns true if the given user is permitted to perform actions within the given file system.
    • Method Detail

      • authorize

        boolean authorize​(FileSystem fs,
                          org.jboss.errai.security.shared.api.identity.User user)
        Returns true if the given user is permitted to perform actions within the given file system.
        Parameters:
        fs -
        user -
        Returns: