org.omg.SecurityLevel2
Interface SecurityManagerOperations

All Known Subinterfaces:
SecurityManager
All Known Implementing Classes:
_SecurityManagerImplBase, _SecurityManagerStub

public interface SecurityManagerOperations

org/omg/SecurityLevel2/SecurityManagerOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /home/iurt/rpm/BUILD/apache-geronimo-yoko-33a0be6/yoko-spec-corba/src/main/idl/SecurityLevel2.idl Saturday, November 5, 2011 7:43:25 PM UTC


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 © 2006-2011 Apache Software Foundation. All Rights Reserved.