|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccountFacet | |
|---|---|
| org.janux.bus.security | The org.janux.bus.security package, soon to be renamed the org.janux.authorization package, contains interfaces that define a very flexible Permission-Based scheme for doing Authorization within an application; this scheme makes it possible to define whatever permissions suit a specific domain, and aggregate them into existing or new roles without having to make code changes; the key interfaces of this package are PermissionsCapable, Account, Role, and PermissionContext. |
| Uses of AccountFacet in org.janux.bus.security |
|---|
| Methods in org.janux.bus.security that return AccountFacet | |
|---|---|
static AccountFacet |
AccountFacet.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AccountFacet[] |
AccountFacet.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||