|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.security.PermissionFactory
public class PermissionFactory
Instatiates an appropriate Permission class based on the current configuration
| Constructor Summary | |
|---|---|
PermissionFactory()
|
|
| Method Summary | |
|---|---|
static Permission |
getPermission()
|
static Permission |
getPermission(int perm)
|
static Permission |
getPermission(String user,
String group,
int permissions)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PermissionFactory()
| Method Detail |
|---|
public static final Permission getPermission()
public static final Permission getPermission(int perm)
public static final Permission getPermission(String user,
String group,
int permissions)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||