|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeType | |
---|---|
org.omg.Security |
Uses of AttributeType in org.omg.Security |
---|
Fields in org.omg.Security declared as AttributeType | |
---|---|
AttributeType |
SecAttribute.attribute_type
|
AttributeType[] |
AttributeTypeListHolder.value
|
AttributeType |
AttributeTypeHolder.value
|
Methods in org.omg.Security that return AttributeType | |
---|---|
static AttributeType |
AttributeTypeHelper.extract(org.omg.CORBA.Any a)
|
static AttributeType[] |
AttributeTypeListHelper.extract(org.omg.CORBA.Any a)
|
static AttributeType |
AttributeTypeHelper.read(org.omg.CORBA.portable.InputStream istream)
|
static AttributeType[] |
AttributeTypeListHelper.read(org.omg.CORBA.portable.InputStream istream)
|
Methods in org.omg.Security with parameters of type AttributeType | |
---|---|
static void |
AttributeTypeHelper.insert(org.omg.CORBA.Any a,
AttributeType that)
|
static void |
AttributeTypeListHelper.insert(org.omg.CORBA.Any a,
AttributeType[] that)
|
static void |
AttributeTypeHelper.write(org.omg.CORBA.portable.OutputStream ostream,
AttributeType value)
|
static void |
AttributeTypeListHelper.write(org.omg.CORBA.portable.OutputStream ostream,
AttributeType[] value)
|
Constructors in org.omg.Security with parameters of type AttributeType | |
---|---|
AttributeTypeHolder(AttributeType initialValue)
|
|
AttributeTypeListHolder(AttributeType[] initialValue)
|
|
SecAttribute(AttributeType _attribute_type,
byte[] _defining_authority,
byte[] _value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |