Package | Description |
---|---|
org.omg.Security | |
org.omg.SecurityAdmin | |
org.omg.SecurityLevel1 | |
org.omg.SecurityLevel2 |
Modifier and Type | Field and Description |
---|---|
SecAttribute[] |
AttributeListHolder.value |
SecAttribute |
SecAttributeHolder.value |
Modifier and Type | Method and Description |
---|---|
static SecAttribute |
SecAttributeHelper.extract(Any any) |
static SecAttribute[] |
AttributeListHelper.extract(Any any) |
static SecAttribute |
SecAttributeHelper.read(InputStream in) |
static SecAttribute[] |
AttributeListHelper.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) |
SecAttribute[] |
CurrentLocalTie.get_attributes(AttributeType[] attributes) |
Modifier and Type | Method and Description |
---|---|
SecAttribute[] |
CredentialsOperations.get_attributes(AttributeType[] attributes) |
SecAttribute[] |
CredentialsLocalTie.get_attributes(AttributeType[] attributes) |
SecAttribute[] |
CurrentLocalTie.get_attributes(AttributeType[] attributes) |
SecAttribute[] |
TargetCredentialsLocalTie.get_attributes(AttributeType[] attributes) |
SecAttribute[] |
ReceivedCredentialsLocalTie.get_attributes(AttributeType[] attributes) |
Modifier and Type | Method and Description |
---|---|
AuthenticationStatus |
PrincipalAuthenticatorOperations.authenticate(int method,
String mechanism,
String security_name,
Any auth_data,
SecAttribute[] privileges,
CredentialsHolder creds,
AnyHolder continuation_data,
AnyHolder auth_specific_data) |
AuthenticationStatus |
PrincipalAuthenticatorLocalTie.authenticate(int method,
String mechanism,
String security_name,
Any auth_data,
SecAttribute[] privileges,
CredentialsHolder creds,
AnyHolder continuation_data,
AnyHolder auth_specific_data) |
boolean |
CredentialsOperations.set_attributes(SecAttribute[] requested_attributes,
AttributeListHolder actual_attributes) |
boolean |
CredentialsLocalTie.set_attributes(SecAttribute[] requested_attributes,
AttributeListHolder actual_attributes) |
boolean |
TargetCredentialsLocalTie.set_attributes(SecAttribute[] requested_attributes,
AttributeListHolder actual_attributes) |
boolean |
ReceivedCredentialsLocalTie.set_attributes(SecAttribute[] requested_attributes,
AttributeListHolder actual_attributes) |
Copyright © 2013. All Rights Reserved.