| Package | Description |
|---|---|
| org.geomajas.security |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AreaAuthorization
Authorizations based on area.
|
interface |
AttributeAuthorization
Possible authorizations at individual attribute level.
|
interface |
Authorization
Allows you to access the policies which are active.
|
interface |
FeatureAuthorization
Authorizations at the individual feature level.
|
interface |
SecurityContext
The security context is a thread scoped service which allows you to query the authorization details for the
logged in user.
|
interface |
VectorLayerSelectFilterAuthorization
Extra filter which should be applied by the layer model when selecting features.
|
| Modifier and Type | Method and Description |
|---|---|
BaseAuthorization[] |
SavedAuthentication.getAuthorizations()
Get authorizations which apply for the user.
|
BaseAuthorization[] |
Authentication.getAuthorizations()
Get array of authorizations which apply for the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SavedAuthentication.setAuthorizations(BaseAuthorization[] authorizations)
Set the
Authorizations which apply for this authentication. |
void |
Authentication.setAuthorizations(BaseAuthorization[] authorizations)
Set the
Authorizations which apply for this authentication. |
Copyright © 2015 Geosparc. All Rights Reserved.