|
Oracle Application Server JAAS Provider Java API Reference 10g Release 2 (10.1.2) B14019-01 November 2004 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
oracle.security.jazn.policy.PermissionClassDesc
This class defines the descriptor (meta-data) for a Permission class.
NOTE: This interface is for Oracle-internal use only and is subject to change without notice.
| Field Summary | |
static int |
TYPE_EXTExternal class type. |
static int |
TYPE_JAZNJAZN class type |
static int |
TYPE_JDKJDK class type. |
static int |
TYPE_ORCLORCL class type. |
| Constructor Summary | |
PermissionClassDesc(int type, oracle.security.jazn.util.ItemDesc classDesc, java.util.Collection targetsDesc, java.util.Collection actionsDesc)Creates new PermissionClassDesc instance. |
|
PermissionClassDesc(int type, oracle.security.jazn.util.ItemDesc classDesc, oracle.security.jazn.util.NVPair[] targetsDesc, oracle.security.jazn.util.NVPair[] actionsDesc)Creates new PermissionClassDesc instance. |
|
| Method Summary | |
java.util.Collection |
getActionsDesc()Returns the actions descriptor |
oracle.security.jazn.util.ItemDesc |
getClassDesc()Returns the class descriptor |
java.util.Collection |
getTargetsDesc()Returns the targets descriptor |
int |
getType()Returns the type of this Permission Class |
java.lang.String |
toString() |
void |
writeXML(int indentation, java.io.Writer writer)Serializes the content of this descriptor to the specified writer. |
void |
writeXML(java.io.Writer writer)Serializes the content of this descriptor to the specified writer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int TYPE_JDK
public static final int TYPE_JAZN
public static final int TYPE_ORCL
public static final int TYPE_EXT
| Constructor Detail |
public PermissionClassDesc(int type,
oracle.security.jazn.util.ItemDesc classDesc,
oracle.security.jazn.util.NVPair[] targetsDesc,
oracle.security.jazn.util.NVPair[] actionsDesc)
public PermissionClassDesc(int type,
oracle.security.jazn.util.ItemDesc classDesc,
java.util.Collection targetsDesc,
java.util.Collection actionsDesc)
| Method Detail |
public int getType()
public oracle.security.jazn.util.ItemDesc getClassDesc()
public java.util.Collection getTargetsDesc()
public java.util.Collection getActionsDesc()
public void writeXML(java.io.Writer writer)
throws java.io.IOException
writer - the specified writerjava.io.IOException
public void writeXML(int indentation,
java.io.Writer writer)
throws java.io.IOException
indentation - the indentation levelwriter - the specified writerjava.io.IOExceptionpublic java.lang.String toString()
|
Oracle Application Server JAAS Provider Java API Reference 10g Release 2 (10.1.2) B14019-01 November 2004 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||