| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |
java.lang.Object
|
+--com.ibm.websphere.objectgrid.security.plugins.builtins.JAASMapAuthorizationImpl
JAASMapAuthorizationImpl is a implementation of MapAuthorization when JAAS is used for authorization.
This class use standard JAAS authorization for authorizing accesses to the objectgrid maps. The policy file is used to controle which principal has the permission for different access types to the maps. Please refer to com.ibm.websphere.objectgrid.security.MapPermission class for permissions to the map.
MapAuthorizationMapPermission
Constructor Summary | |
---|---|
JAASMapAuthorizationImpl()
|
Method Summary | |
---|---|
public
boolean | checkPermission(javax.security.auth.Subject, com.ibm.websphere.objectgrid.security.MapPermission)
|
Methods inherited from java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JAASMapAuthorizationImpl( | ) |
Method Detail |
public boolean checkPermission( | Subject subject , | MapPermission permission )
|
checkPermission(javax.security.auth.Subject, com.ibm.websphere.objectgrid.security.MapPermission)
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |