import "SecurityLevel2.idl";
Inheritance diagram for SecurityLevel2::SecurityManager:
Public Member Functions | |
TargetCredentials | get_target_credentials (in Object obj_ref) |
void | remove_own_credentials (in Credentials creds) |
CORBA::Policy | get_security_policy (in CORBA::PolicyType policy_type) |
Public Attributes | |
readonly attribute Security::MechandOptionsList | supported_mechanisms |
readonly attribute CredentialsList | own_credentials |
readonly attribute RequiredRights | required_rights_object |
readonly attribute PrincipalAuthenticator | principal_authenticator |
readonly attribute AccessDecision | access_decision |
readonly attribute AuditDecision | audit_decision |
Definition at line 220 of file SecurityLevel2.idl.
CORBA::Policy SecurityLevel2::SecurityManager::get_security_policy | ( | in CORBA::PolicyType | policy_type | ) |
TargetCredentials SecurityLevel2::SecurityManager::get_target_credentials | ( | in Object | obj_ref | ) |
void SecurityLevel2::SecurityManager::remove_own_credentials | ( | in Credentials | creds | ) |
readonly attribute AccessDecision SecurityLevel2::SecurityManager::access_decision |
Definition at line 238 of file SecurityLevel2.idl.
readonly attribute AuditDecision SecurityLevel2::SecurityManager::audit_decision |
Definition at line 241 of file SecurityLevel2.idl.
readonly attribute CredentialsList SecurityLevel2::SecurityManager::own_credentials |
Definition at line 229 of file SecurityLevel2.idl.
readonly attribute PrincipalAuthenticator SecurityLevel2::SecurityManager::principal_authenticator |
Definition at line 235 of file SecurityLevel2.idl.
readonly attribute RequiredRights SecurityLevel2::SecurityManager::required_rights_object |
Definition at line 232 of file SecurityLevel2.idl.
readonly attribute Security::MechandOptionsList SecurityLevel2::SecurityManager::supported_mechanisms |
Definition at line 227 of file SecurityLevel2.idl.