001 package org.omg.SecurityLevel2;
002
003
004 /**
005 * Generated from IDL interface "SecurityManager".
006 *
007 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
008 * @version generated at Nov 6, 2011 12:20:25 AM
009 */
010
011 public interface SecurityManagerOperations
012 {
013 /* constants */
014 /* operations */
015 org.omg.Security.MechandOptions[] supported_mechanisms();
016 org.omg.SecurityLevel2.Credentials[] own_credentials();
017 org.omg.SecurityLevel2.RequiredRights required_rights_object();
018 org.omg.SecurityLevel2.PrincipalAuthenticator principal_authenticator();
019 org.omg.SecurityLevel2.AccessDecision access_decision();
020 org.omg.SecurityLevel2.AuditDecision audit_decision();
021 org.omg.SecurityLevel2.TargetCredentials get_target_credentials(org.omg.CORBA.Object obj_ref);
022 void remove_own_credentials(org.omg.SecurityLevel2.Credentials creds);
023 org.omg.CORBA.Policy get_security_policy(int policy_type);
024 }