|
IBM WebSphere Extended Deployment (XD)TM, Release 6.1 ObjectGrid API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectGrid, ObjectMap, and JavaMap accesses.
public interface MapAuthorization
This plugin can be used to authorize ObjectMap and
JavaMap accesses to the Principals represented
by a Subject object.
A typical implementation of this plug-in is to retrieve the Principals from the Subject object, and then check whether or not the specified permissions are granted to the Principals.
MapPermission,
ObjectGrid.setMapAuthorization(MapAuthorization)| Method Summary | |
|---|---|
boolean |
checkPermission(javax.security.auth.Subject subject,
MapPermission permission)
Deprecated. Checks whether or not the Principals represented by the specified
Subject has the specified MapPermission. |
| Method Detail |
|---|
boolean checkPermission(javax.security.auth.Subject subject,
MapPermission permission)
Principals represented by the specified
Subject has the specified MapPermission.
If the permission is granted, true is returned; otherwise
false is returned.
subject - the subject to checkpermission - the permission to access a map
true if the permission is granted; false otherwise.MapPermission
|
IBM WebSphere Extended Deployment (XD)TM, Release 6.1 ObjectGrid API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||