Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1.1)

E14650-02


oracle.security.jps.mas.permissions
Class SystemPermission

java.lang.Object
  extended by java.security.Permission
      extended by oracle.security.jps.mas.permissions.NodePermission
          extended by oracle.security.jps.mas.permissions.SystemPermission

All Implemented Interfaces:
java.io.Serializable, java.security.Guard

public final class SystemPermission
extends NodePermission
implements java.io.Serializable

This class represents access to a System Config MBean. The topology identifer of the System node is used to reference the Mbean representing the System Node. The Category represents the valid set of actions for this permission.

Since:
release specific (what release of product did this appear in)
Version:
$Header: SystemPermission.java 26-nov-2007.16:58:39 svepa Exp $
Author:
svepa
See Also:
Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.security.jps.mas.permissions.NodePermission
NodePermission.Category

 

Field Summary

 

Fields inherited from class oracle.security.jps.mas.permissions.NodePermission
ALL_SCOPE_TARGET_NAME

 

Constructor Summary
SystemPermission(java.lang.String name, java.lang.String actions)
          Constructs a System Permission given the internal identifier of a topology node.

 

Method Summary

 

Methods inherited from class oracle.security.jps.mas.permissions.NodePermission
equals, getActions, hashCode, implies, newPermissionCollection, toString

 

Methods inherited from class java.security.Permission
checkGuard, getName

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SystemPermission

public SystemPermission(java.lang.String name,
                        java.lang.String actions)
Constructs a System Permission given the internal identifier of a topology node.
Parameters:
name - topology node in the form "node=D.1.2.3".
actions - Comma separated actions from NodePermission.Category.
Throws:
java.lang.IllegalArgumentException - if there is an error parsing the actions.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1.1)

E14650-02


Copyright © 2009, Oracle. All rights reserved.