All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class orbasec.corba.AttrDef

java.lang.Object
   |
   +----orbasec.corba.AttrDef

public class AttrDef
extends Object

Variable Index

 o _Public
 o AccessId
 o AccountingId
 o AppName
 o AttributeSet
 o AuditId
 o Capability
 o Clearance
 o Domain
 o Enclave
 o Fam_ID
 o Fam_IDENT
 o Fam_INET
 o Fam_MISC
 o Fam_PRIV
 o FD_Adiron
 o FD_CORBA
 o GroupId
 o IssuerId
 o LocalHost
 o LocalPort
 o Mechanism
 o NonRepudiationId
 o PeerHost
 o PeerPort
 o PrimaryGroupId
 o Role
 o SubjectId

Constructor Index

 o AttrDef()

Method Index

 o genAccessId(Opaque, Opaque)
 o genAttributeType(int, int, int)
Generates a Security::AttributeType
 o genIssuerId(Opaque)
 o genLocalHost(byte[])
 o genLocalHost(String)
 o genLocalPort(int)
 o genMechanism(String)
 o genPeerHost(byte[])
 o genPeerHost(String)
 o genPeerPort(int)
 o genSecAttribute(AttributeType, Opaque, Opaque)
 o genSecAttribute(int, int, int, Opaque, Opaque)
 o genSubjectId(Opaque)

Variables

 o FD_CORBA
 public static final int FD_CORBA
 o Fam_IDENT
 public static final int Fam_IDENT
 o AuditId
 public static final AttributeType AuditId
 o AccountingId
 public static final AttributeType AccountingId
 o NonRepudiationId
 public static final AttributeType NonRepudiationId
 o Fam_PRIV
 public static final int Fam_PRIV
 o _Public
 public static final AttributeType _Public
 o AccessId
 public static final AttributeType AccessId
 o PrimaryGroupId
 public static final AttributeType PrimaryGroupId
 o GroupId
 public static final AttributeType GroupId
 o Role
 public static final AttributeType Role
 o AttributeSet
 public static final AttributeType AttributeSet
 o Clearance
 public static final AttributeType Clearance
 o Capability
 public static final AttributeType Capability
 o FD_Adiron
 public static final int FD_Adiron
 o Fam_MISC
 public static final int Fam_MISC
 o Mechanism
 public static final AttributeType Mechanism
 o Enclave
 public static final AttributeType Enclave
 o Domain
 public static final AttributeType Domain
 o AppName
 public static final AttributeType AppName
 o Fam_INET
 public static final int Fam_INET
 o LocalHost
 public static final AttributeType LocalHost
 o LocalPort
 public static final AttributeType LocalPort
 o PeerHost
 public static final AttributeType PeerHost
 o PeerPort
 public static final AttributeType PeerPort
 o Fam_ID
 public static final int Fam_ID
 o SubjectId
 public static final AttributeType SubjectId
 o IssuerId
 public static final AttributeType IssuerId

Constructors

 o AttrDef
 public AttrDef()

Methods

 o genAttributeType
 public static final AttributeType genAttributeType(int fam_definer,
                                                    int family,
                                                    int att_type)
Generates a Security::AttributeType

 o genSecAttribute
 public static final SecAttribute genSecAttribute(AttributeType type,
                                                  Opaque def,
                                                  Opaque val)
 o genSecAttribute
 public static final SecAttribute genSecAttribute(int fam_definer,
                                                  int family,
                                                  int att_type,
                                                  Opaque def,
                                                  Opaque val)
 o genAccessId
 public static final SecAttribute genAccessId(Opaque def,
                                              Opaque val)
 o genMechanism
 public static final SecAttribute genMechanism(String mech)
 o genLocalHost
 public static final SecAttribute genLocalHost(String host)
 o genLocalHost
 public static final SecAttribute genLocalHost(byte host[])
 o genPeerHost
 public static final SecAttribute genPeerHost(String host)
 o genPeerHost
 public static final SecAttribute genPeerHost(byte host[])
 o genLocalPort
 public static final SecAttribute genLocalPort(int port)
 o genPeerPort
 public static final SecAttribute genPeerPort(int port)
 o genSubjectId
 public static final SecAttribute genSubjectId(Opaque name)
 o genIssuerId
 public static final SecAttribute genIssuerId(Opaque name)

All Packages  Class Hierarchy  This Package  Previous  Next  Index