Package | Description |
---|---|
org.omg.Security |
Modifier and Type | Field and Description |
---|---|
Right[] |
RightsListHolder.value |
Right |
RightHolder.value |
Modifier and Type | Method and Description |
---|---|
static Right |
RightHelper.extract(Any a) |
static Right[] |
RightsListHelper.extract(Any a) |
static Right |
RightHelper.read(InputStream istream) |
static Right[] |
RightsListHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
RightHelper.insert(Any a,
Right that) |
static void |
RightsListHelper.insert(Any a,
Right[] that) |
static void |
RightHelper.write(OutputStream ostream,
Right value) |
static void |
RightsListHelper.write(OutputStream ostream,
Right[] value) |
Constructor and Description |
---|
RightHolder(Right initialValue) |
RightsListHolder(Right[] initialValue) |
Copyright © 2013. All Rights Reserved.