|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.security.Permission | +--java.security.BasicPermission | +--com.sun.jaw.reference.agent.cmf.FrameworkPermission
This class is for framework permissions. A FrameworkPermission contains a name (also referred to as a "target name") but no actions list; you either have the named permission or you don't.
The target name is the name of the framework permission.
The following table lists all the possible FrameworkPermission target names and for each provides the list of methods to which access is granted by the permission.
Target Name | Grants Access to Methods |
---|---|
getFilterSrvIf setFilterSrvIf getClassLoader setClassLoader getRelationSrvIf setRelationSrvIf getMetaDataSrvIf setMetaDataSrvIf getThreadAllocatorSrvIf setThreadAllocatorSrvIf |
|
getObject retrieveObject |
|
addObject addDBObject newObject newDBObject |
|
fastDelObject |
|
newRelation getRelations |
Constructor Summary | |
FrameworkPermission(java.lang.String name)
Creates a new FrameworkPermission with the specified name. |
|
FrameworkPermission(java.lang.String name,
java.lang.String actions)
Creates a new FrameworkPermission object with the specified name. |
Methods inherited from class java.security.BasicPermission |
equals,
getActions,
hashCode,
implies,
newPermissionCollection |
Methods inherited from class java.security.Permission |
checkGuard,
getName,
toString |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public FrameworkPermission(java.lang.String name)
name
- the name of the FrameworkPermission.public FrameworkPermission(java.lang.String name, java.lang.String actions)
Policy
object
to instantiate new Permission objects.name
- the name of the FrameworkPermission.actions
- should be null.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |