Class FileSystemResourceAdaptor
- java.lang.Object
-
- org.uberfire.backend.server.security.FileSystemResourceAdaptor
-
- All Implemented Interfaces:
org.uberfire.security.authz.RuntimeContentResource,org.uberfire.security.authz.RuntimeResource,org.uberfire.security.Resource
public class FileSystemResourceAdaptor extends Object implements org.uberfire.security.authz.RuntimeContentResource
-
-
Field Summary
Fields Modifier and Type Field Description static org.uberfire.backend.authz.FileSystemResourceTypeRESOURCE_TYPE
-
Constructor Summary
Constructors Constructor Description FileSystemResourceAdaptor(org.uberfire.java.nio.file.FileSystemMetadata fsFileSystemMetadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()org.uberfire.security.ResourceTypegetResourceType()
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifierin interfaceorg.uberfire.security.Resource
-
getResourceType
public org.uberfire.security.ResourceType getResourceType()
- Specified by:
getResourceTypein interfaceorg.uberfire.security.Resource
-
-