| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |
java.lang.Object
|
+--com.ibm.websphere.objectgrid.security.plugins.builtins.TAMMapAuthorizationImpl
TAMMapAuthorizationImpl is a implementation of MapAuthorization when TAM is used for both authentication and authorization.
This class can only be used when the following conditions are met:
This class is really for sample and quick testing purpose. Users should write your own MapAuthorization implementation which can fit better into your environment.
MapAuthorization
Constructor Summary | |
---|---|
TAMMapAuthorizationImpl()
|
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 TAMMapAuthorizationImpl( | ) |
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 |