org.omg.SecurityLevel2
Interface SecurityManagerOperations

All Known Subinterfaces:
SecurityManager
All Known Implementing Classes:
_SecurityManagerLocalBase, SecurityManagerLocalTie

public interface SecurityManagerOperations

Generated from IDL interface "SecurityManager"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Method Summary
 AccessDecision access_decision()
           
 AuditDecision audit_decision()
           
 Policy get_security_policy(int policy_type)
           
 TargetCredentials get_target_credentials(Object obj_ref)
           
 Credentials[] own_credentials()
           
 PrincipalAuthenticator principal_authenticator()
           
 void remove_own_credentials(Credentials creds)
           
 RequiredRights required_rights_object()
           
 MechandOptions[] supported_mechanisms()
           
 

Method Detail

supported_mechanisms

MechandOptions[] supported_mechanisms()

own_credentials

Credentials[] own_credentials()

required_rights_object

RequiredRights required_rights_object()

principal_authenticator

PrincipalAuthenticator principal_authenticator()

access_decision

AccessDecision access_decision()

audit_decision

AuditDecision audit_decision()

get_target_credentials

TargetCredentials get_target_credentials(Object obj_ref)

remove_own_credentials

void remove_own_credentials(Credentials creds)

get_security_policy

Policy get_security_policy(int policy_type)


Copyright © {inceptionYear}-2007 null. All Rights Reserved.