org.omg.SecurityLevel2
Class _SecurityManagerStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.SecurityLevel2._SecurityManagerStub
All Implemented Interfaces:
Serializable, Object, IDLEntity, SecurityManager, SecurityManagerOperations

public class _SecurityManagerStub
extends ObjectImpl
implements SecurityManager

org/omg/SecurityLevel2/_SecurityManagerStub.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

See Also:
Serialized Form

Constructor Summary
_SecurityManagerStub()
           
 
Method Summary
 String[] _ids()
           
 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()
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

_SecurityManagerStub

public _SecurityManagerStub()
Method Detail

supported_mechanisms

public MechandOptions[] supported_mechanisms()
Specified by:
supported_mechanisms in interface SecurityManagerOperations

own_credentials

public Credentials[] own_credentials()
Specified by:
own_credentials in interface SecurityManagerOperations

required_rights_object

public RequiredRights required_rights_object()
Specified by:
required_rights_object in interface SecurityManagerOperations

principal_authenticator

public PrincipalAuthenticator principal_authenticator()
Specified by:
principal_authenticator in interface SecurityManagerOperations

access_decision

public AccessDecision access_decision()
Specified by:
access_decision in interface SecurityManagerOperations

audit_decision

public AuditDecision audit_decision()
Specified by:
audit_decision in interface SecurityManagerOperations

get_target_credentials

public TargetCredentials get_target_credentials(Object obj_ref)
Specified by:
get_target_credentials in interface SecurityManagerOperations

remove_own_credentials

public void remove_own_credentials(Credentials creds)
Specified by:
remove_own_credentials in interface SecurityManagerOperations

get_security_policy

public Policy get_security_policy(int policy_type)
Specified by:
get_security_policy in interface SecurityManagerOperations

_ids

public String[] _ids()
Specified by:
_ids in class ObjectImpl


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.