Oracle9iAS JAAS 9.0.2.0.0

oracle.security.jazn.policy
Class PrincipalClassDesc

java.lang.Object
  |
  +--oracle.security.jazn.policy.PrincipalClassDesc

public class PrincipalClassDesc
extends Object

This class defines the meta-data for a principal type. NOTE: This interface is for Oracle-internal use only and is subject to change without notice.


Field Summary
TypeField
static int TYPE_EXT
           
static int TYPE_JAZN
           
static int TYPE_JDK
           
static int TYPE_ORCL
           
 
Constructor Summary
PrincipalClassDesc(int type, oracle.security.jazn.util.ItemDesc classDesc, Collection nameDesc)
           
PrincipalClassDesc(int type, oracle.security.jazn.util.ItemDesc classDesc, oracle.security.jazn.util.NVPair[] nameDesc)
           
 
Method Summary
TypeMethod
 oracle.security.jazn.util.ItemDesc getClassDesc()
           
 Collection getNameDesc()
           
 int getType()
           
 String toString()
           
 void writeXML(Writer writer)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_JDK

public static final int TYPE_JDK

TYPE_JAZN

public static final int TYPE_JAZN

TYPE_ORCL

public static final int TYPE_ORCL

TYPE_EXT

public static final int TYPE_EXT
Constructor Detail

PrincipalClassDesc

public PrincipalClassDesc(int type,
                          oracle.security.jazn.util.ItemDesc classDesc,
                          oracle.security.jazn.util.NVPair[] nameDesc)

PrincipalClassDesc

public PrincipalClassDesc(int type,
                          oracle.security.jazn.util.ItemDesc classDesc,
                          Collection nameDesc)
Method Detail

getType

public int getType()

getClassDesc

public oracle.security.jazn.util.ItemDesc getClassDesc()

getNameDesc

public Collection getNameDesc()

writeXML

public void writeXML(Writer writer)
              throws IOException

toString

public String toString()
Overrides:
toString in class Object

Oracle9iAS JAAS 9.0.2.0.0

Copyright 2001, Oracle Corporation. All Rights Reserved.