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

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

public class _LoginRegistryStub
extends ObjectImpl
implements LoginRegistry

Generated from IDL interface "LoginRegistry".

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
_LoginRegistryStub()
           
 
Method Summary
 String[] _ids()
           
 LoginInfo[] getAllLogins()
           
 LoginInfo[] getEntityLogins(String entity)
           
 LoginInfo getLoginInfo(String loginId, OctetSeqHolder pubkey)
           
 int getLoginValidity(String loginId)
           
 boolean invalidateLogin(String loginId)
           
 LoginObserverSubscription subscribeObserver(LoginObserver callback)
           
 
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

_LoginRegistryStub

public _LoginRegistryStub()
Method Detail

_ids

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

getEntityLogins

public LoginInfo[] getEntityLogins(String entity)
                            throws ServiceFailure,
                                   UnauthorizedOperation
Specified by:
getEntityLogins in interface LoginRegistryOperations
Throws:
ServiceFailure
UnauthorizedOperation

getLoginValidity

public int getLoginValidity(String loginId)
                     throws ServiceFailure
Specified by:
getLoginValidity in interface LoginRegistryOperations
Throws:
ServiceFailure

invalidateLogin

public boolean invalidateLogin(String loginId)
                        throws ServiceFailure,
                               UnauthorizedOperation
Specified by:
invalidateLogin in interface LoginRegistryOperations
Throws:
ServiceFailure
UnauthorizedOperation

getAllLogins

public LoginInfo[] getAllLogins()
                         throws ServiceFailure,
                                UnauthorizedOperation
Specified by:
getAllLogins in interface LoginRegistryOperations
Throws:
ServiceFailure
UnauthorizedOperation

subscribeObserver

public LoginObserverSubscription subscribeObserver(LoginObserver callback)
                                            throws ServiceFailure
Specified by:
subscribeObserver in interface LoginRegistryOperations
Throws:
ServiceFailure

getLoginInfo

public LoginInfo getLoginInfo(String loginId,
                              OctetSeqHolder pubkey)
                       throws InvalidLogins,
                              ServiceFailure
Specified by:
getLoginInfo in interface LoginRegistryOperations
Throws:
InvalidLogins
ServiceFailure


Copyright © 2014. All Rights Reserved.