org.openpermis.subject.assignment.file
Class FileContext
java.lang.Object
org.openpermis.subject.assignment.file.FileContext
- All Implemented Interfaces:
- RoleAssignmentContext
public class FileContext
- extends Object
- implements RoleAssignmentContext
A file context used by a file controller.
- Since:
- 0.9.0
Constructor Summary |
FileContext(File file)
Creates a new file context with the specified file. |
Method Summary |
File |
getFile()
Returns the file of this file context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileContext
public FileContext(File file)
- Creates a new file context with the specified file.
- Parameters:
file
- the file for this role assignment context.- Since:
- 0.9.0
getFile
public File getFile()
- Returns the file of this file context.
- Returns:
- the file of this file context.
- Since:
- 0.9.0
OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:16:59
Copyright (c) 2002-2007 Ergon Informatik AG