Package | Description |
---|---|
org.omg.Security | |
org.omg.SecurityAdmin | |
org.omg.SecurityLevel1 | |
org.omg.SecurityLevel2 | |
org.omg.SecurityReplaceable |
Modifier and Type | Field and Description |
---|---|
SecAttribute |
SecAttributeHolder.value |
SecAttribute[] |
AttributeListHolder.value |
Modifier and Type | Method and Description |
---|---|
static SecAttribute[] |
AttributeListHelper.extract(Any any) |
static SecAttribute |
SecAttributeHelper.extract(Any any) |
static SecAttribute[] |
AttributeListHelper.read(InputStream _in) |
static SecAttribute |
SecAttributeHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
SecAttributeHelper.insert(Any any,
SecAttribute s) |
static void |
AttributeListHelper.insert(Any any,
SecAttribute[] s) |
static void |
SecAttributeHelper.write(OutputStream out,
SecAttribute s) |
static void |
AttributeListHelper.write(OutputStream _out,
SecAttribute[] _s) |
Constructor and Description |
---|
AttributeListHolder(SecAttribute[] initial) |
SecAttributeHolder(SecAttribute initial) |
Modifier and Type | Method and Description |
---|---|
Right[] |
AccessPolicyOperations.get_all_effective_rights(SecAttribute[] attrib_list) |
Right[] |
DomainAccessPolicyOperations.get_all_rights(SecAttribute priv_attr,
DelegationState del_state) |
Right[] |
AccessPolicyOperations.get_effective_rights(SecAttribute[] attrib_list,
ExtensibleFamily rights_family) |
Right[] |
DomainAccessPolicyOperations.get_rights(SecAttribute priv_attr,
DelegationState del_state,
ExtensibleFamily rights_family) |
void |
DomainAccessPolicyOperations.grant_rights(SecAttribute priv_attr,
DelegationState del_state,
Right[] rights) |
void |
DomainAccessPolicyOperations.replace_rights(SecAttribute priv_attr,
DelegationState del_state,
Right[] rights) |
void |
DomainAccessPolicyOperations.revoke_rights(SecAttribute priv_attr,
DelegationState del_state,
Right[] rights) |
Modifier and Type | Method and Description |
---|---|
SecAttribute[] |
CurrentOperations.get_attributes(AttributeType[] attributes) |
Modifier and Type | Method and Description |
---|---|
SecAttribute[] |
CredentialsOperations.get_attributes(AttributeType[] attributes) |
Modifier and Type | Method and Description |
---|---|
AuthenticationStatus |
PrincipalAuthenticatorOperations.authenticate(int method,
java.lang.String mechanism,
java.lang.String security_name,
byte[] auth_data,
SecAttribute[] privileges,
CredentialsHolder creds,
OpaqueHolder continuation_data,
OpaqueHolder auth_specific_data) |
boolean |
CredentialsOperations.set_privileges(boolean force_commit,
SecAttribute[] requested_privileges,
AttributeListHolder actual_privileges) |
Modifier and Type | Method and Description |
---|---|
AuthenticationStatus |
VaultOperations.acquire_credentials(int method,
java.lang.String mechanism,
java.lang.String security_name,
byte[] auth_data,
SecAttribute[] privileges,
CredentialsHolder creds,
OpaqueHolder continuation_data,
OpaqueHolder auth_specific_data) |