Package org.eclipse.equinox.log
Class LogPermission
java.lang.Object
java.security.Permission
org.eclipse.equinox.log.LogPermission
- All Implemented Interfaces:
Serializable
,Guard
Indicates a bundle's authority to log on behalf of other bundles.
This permission has only a single action: LOG.
- Since:
- 3.7
- See Also:
- Thread Safe:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.security.Permission
checkGuard, getName, toString
-
Field Details
-
LOG
The action stringlog
.- See Also:
-
-
Constructor Details
-
LogPermission
Create a new LogPermission.- Parameters:
name
- Name must be "*".actions
-log
or "*".
-
-
Method Details
-
equals
- Specified by:
equals
in classPermission
-
getActions
- Specified by:
getActions
in classPermission
-
hashCode
public int hashCode()- Specified by:
hashCode
in classPermission
-
implies
- Specified by:
implies
in classPermission
-
newPermissionCollection
- Overrides:
newPermissionCollection
in classPermission
-