Package | Description |
---|---|
com.viaoa.context |
Defines an application context, used for managing permissions for a user or process .
|
Modifier and Type | Method and Description |
---|---|
static OAUserAccess |
OAContext.getContextUserAccess() |
static OAUserAccess |
OAContext.getContextUserAccess(Object context) |
Modifier and Type | Method and Description |
---|---|
void |
OAUserAccess.addUserAccess(OAUserAccess ua)
Add child UserAccess to chain together, where the return value from the parent will be the default value when checking the children.
|
static void |
OAContext.setContextUserAccess(Object context,
OAUserAccess ua)
Associated an OAUserAccess with a context.
|
Copyright © 1999–2025 ViaOA. All rights reserved.