| Package | Description |
|---|---|
| de.caluga.morphium | |
| de.caluga.morphium.secure |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Morphium.accessDenied(Class<?> cls,
Permission p) |
boolean |
Morphium.accessDenied(Object r,
Permission p) |
boolean |
Morphium.checkAccess(String domain,
Permission p) |
| Modifier and Type | Method and Description |
|---|---|
static Permission |
Permission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permission[] |
Permission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MongoSecurityManager.checkAccess(Class<?> cls,
Permission p) |
boolean |
DefaultSecurityManager.checkAccess(Class<?> cls,
Permission p) |
boolean |
MongoSecurityManager.checkAccess(Object obj,
Permission p)
Called by layer when access to a given type occurs.
|
boolean |
DefaultSecurityManager.checkAccess(Object obj,
Permission p) |
boolean |
MongoSecurityManager.checkAccess(String domain,
Permission p)
more flexible access for security.
|
boolean |
DefaultSecurityManager.checkAccess(String domain,
Permission p) |
Copyright © 2013. All Rights Reserved.