Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.1.0)

E10686-02

oracle.adf.share.security.authorization
Class RowSetPermission

java.lang.Object
  extended by java.security.Permission
      extended by oracle.adf.share.security.authorization.ADFPermission
          extended by oracle.adf.share.security.authorization.RowSetPermission
All Implemented Interfaces:
java.io.Serializable, java.security.Guard

Deprecated. since 11.1.1.0.0 This class represents operation privilege on a datacontrol

public class RowSetPermission
extends ADFPermission

See Also:
Serialized Form

Field Summary
static java.lang.String CREATE_ACTION
          Deprecated.  
static java.lang.String DELETE_ACTION
          Deprecated.  
static java.lang.String READ_ACTION
          Deprecated.  
static java.lang.String UPDATE_ACTION
          Deprecated.  
 
Fields inherited from class oracle.adf.share.security.authorization.ADFPermission
_actions, _actionsVector, mActionChanged, mHashcode, mPattern
 
Constructor Summary
RowSetPermission(java.lang.String name, java.lang.String actions)
          Deprecated. since 11.1.1.0.0 Constructs a permission with the specified name and actions
 
Method Summary
static PermissionActionDescriptor[] getPermissionActionDescriptors()
          Deprecated. since 11.1.1.0.0
static PermissionTargetDescriptor[] getPermissionTargetDescriptors()
          Deprecated. since 11.1.1.0.0
 
Methods inherited from class oracle.adf.share.security.authorization.ADFPermission
equals, getActions, getStringBuilder, hashCode, implies, isPatternMatch, parseActions, sort, toString
 
Methods inherited from class java.security.Permission
checkGuard, getName, newPermissionCollection
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

READ_ACTION

public static final java.lang.String READ_ACTION
Deprecated. 
See Also:
Constant Field Values

UPDATE_ACTION

public static final java.lang.String UPDATE_ACTION
Deprecated. 
See Also:
Constant Field Values

CREATE_ACTION

public static final java.lang.String CREATE_ACTION
Deprecated. 
See Also:
Constant Field Values

DELETE_ACTION

public static final java.lang.String DELETE_ACTION
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

RowSetPermission

public RowSetPermission(java.lang.String name,
                        java.lang.String actions)
Deprecated. since 11.1.1.0.0 Constructs a permission with the specified name and actions

Parameters:
actions - actions of the permission object being created
name - name of the permission object being created
Method Detail

getPermissionActionDescriptors

public static PermissionActionDescriptor[] getPermissionActionDescriptors()
Deprecated. since 11.1.1.0.0


getPermissionTargetDescriptors

public static PermissionTargetDescriptor[] getPermissionTargetDescriptors()
Deprecated. since 11.1.1.0.0


Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.1.0)

E10686-02

Copyright © 1997, 2009, Oracle. All rights reserved.