tecgraf.openbus.core.v2_0.services.access_control
Class _AccessControlStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by tecgraf.openbus.core.v2_0.services.access_control._AccessControlStub
All Implemented Interfaces:
Serializable, Object, IDLEntity, AccessControl, AccessControlOperations

public class _AccessControlStub
extends ObjectImpl
implements AccessControl

Generated from IDL interface "AccessControl".

Version:
generated at Feb 10, 2014 8:46:00 AM
Author:
JacORB IDL compiler V 3.3
See Also:
Serialized Form

Field Summary
static Class _opsClass
           
 
Constructor Summary
_AccessControlStub()
           
 
Method Summary
 String[] _ids()
           
 String busid()
           
 byte[] buskey()
           
 LoginInfo loginByPassword(String entity, byte[] pubkey, byte[] encrypted, IntHolder validity)
           
 void logout()
           
 int renew()
           
 SignedCallChain signChainFor(String target)
           
 LoginProcess startLoginByCertificate(String entity, EncryptedBlockHolder challenge)
           
 LoginProcess startLoginBySharedAuth(EncryptedBlockHolder challenge)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _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_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final Class _opsClass
Constructor Detail

_AccessControlStub

public _AccessControlStub()
Method Detail

_ids

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

busid

public String busid()
Specified by:
busid in interface AccessControlOperations

signChainFor

public SignedCallChain signChainFor(String target)
                             throws InvalidLogins,
                                    ServiceFailure
Specified by:
signChainFor in interface AccessControlOperations
Throws:
InvalidLogins
ServiceFailure

loginByPassword

public LoginInfo loginByPassword(String entity,
                                 byte[] pubkey,
                                 byte[] encrypted,
                                 IntHolder validity)
                          throws WrongEncoding,
                                 AccessDenied,
                                 ServiceFailure,
                                 InvalidPublicKey
Specified by:
loginByPassword in interface AccessControlOperations
Throws:
WrongEncoding
AccessDenied
ServiceFailure
InvalidPublicKey

logout

public void logout()
            throws ServiceFailure
Specified by:
logout in interface AccessControlOperations
Throws:
ServiceFailure

startLoginBySharedAuth

public LoginProcess startLoginBySharedAuth(EncryptedBlockHolder challenge)
                                    throws ServiceFailure
Specified by:
startLoginBySharedAuth in interface AccessControlOperations
Throws:
ServiceFailure

startLoginByCertificate

public LoginProcess startLoginByCertificate(String entity,
                                            EncryptedBlockHolder challenge)
                                     throws ServiceFailure,
                                            MissingCertificate
Specified by:
startLoginByCertificate in interface AccessControlOperations
Throws:
ServiceFailure
MissingCertificate

buskey

public byte[] buskey()
Specified by:
buskey in interface AccessControlOperations

renew

public int renew()
          throws ServiceFailure
Specified by:
renew in interface AccessControlOperations
Throws:
ServiceFailure


Copyright © 2014. All Rights Reserved.