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 PermissionTargetDescriptor

java.lang.Object
  extended by oracle.adf.share.security.authorization.PermissionTargetDescriptor

public final class PermissionTargetDescriptor
extends java.lang.Object

Internal: Applications should not use this class. Describes a permission target eg. "doAs" in java.security.AuthPermission


Constructor Summary
PermissionTargetDescriptor(java.lang.String name, java.lang.String value)
          Internal: Applications should not use this method. Constructs a PermissionTargetDescriptor
 
Method Summary
 java.lang.String getName()
          Internal: Applications should not use this method. Accessor for name.
 java.lang.String getValue()
          Internal: Applications should not use this method. Accessor for value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermissionTargetDescriptor

public PermissionTargetDescriptor(java.lang.String name,
                                  java.lang.String value)
Internal: Applications should not use this method. Constructs a PermissionTargetDescriptor

Parameters:
name - the name of the target to be secured
value - the display value of the target.
Method Detail

getName

public java.lang.String getName()
Internal: Applications should not use this method. Accessor for name.

Returns:
String the name of the target.

getValue

public java.lang.String getValue()
Internal: Applications should not use this method. Accessor for value.

Returns:
String the value of the target, used for display.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

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.