Package org.uberfire.java.nio.security
Interface FileSystemAuthorizer
-
public interface FileSystemAuthorizerStrategy for authorizing users to perform actions in a secured file system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanauthorize(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:
-
-