| Package | Description |
|---|---|
| org.omg.SecurityReplaceable |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientSecurityContext
Generated from IDL interface "ClientSecurityContext".
|
interface |
ServerSecurityContext
Generated from IDL interface "ServerSecurityContext".
|
| Modifier and Type | Field and Description |
|---|---|
SecurityContext |
SecurityContextHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static SecurityContext |
SecurityContextHelper.extract(Any any) |
static SecurityContext |
SecurityContextHelper.narrow(Object obj) |
static SecurityContext |
SecurityContextHelper.read(InputStream in) |
static SecurityContext |
SecurityContextHelper.unchecked_narrow(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SecurityContextHelper.insert(Any any,
SecurityContext s) |
static void |
SecurityContextHelper.write(OutputStream _out,
SecurityContext s) |
| Constructor and Description |
|---|
SecurityContextHolder(SecurityContext initial) |