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

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by tecgraf.openbus.core.v2_0.services.access_control.LoginRegistryPOA
          extended by tecgraf.openbus.core.v2_0.services.access_control.LoginRegistryPOATie
All Implemented Interfaces:
InvokeHandler, LoginRegistryOperations

public class LoginRegistryPOATie
extends LoginRegistryPOA

Generated from IDL interface "LoginRegistry".

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

Constructor Summary
LoginRegistryPOATie(LoginRegistryOperations delegate)
           
LoginRegistryPOATie(LoginRegistryOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 LoginRegistryOperations _delegate()
           
 void _delegate(LoginRegistryOperations delegate)
           
 LoginRegistry _this()
           
 LoginRegistry _this(ORB orb)
           
 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 tecgraf.openbus.core.v2_0.services.access_control.LoginRegistryPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginRegistryPOATie

public LoginRegistryPOATie(LoginRegistryOperations delegate)

LoginRegistryPOATie

public LoginRegistryPOATie(LoginRegistryOperations delegate,
                           POA poa)
Method Detail

_this

public LoginRegistry _this()
Overrides:
_this in class LoginRegistryPOA

_this

public LoginRegistry _this(ORB orb)
Overrides:
_this in class LoginRegistryPOA

_delegate

public LoginRegistryOperations _delegate()

_delegate

public void _delegate(LoginRegistryOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

getEntityLogins

public LoginInfo[] getEntityLogins(String entity)
                            throws ServiceFailure,
                                   UnauthorizedOperation
Throws:
ServiceFailure
UnauthorizedOperation

getLoginValidity

public int getLoginValidity(String loginId)
                     throws ServiceFailure
Throws:
ServiceFailure

invalidateLogin

public boolean invalidateLogin(String loginId)
                        throws ServiceFailure,
                               UnauthorizedOperation
Throws:
ServiceFailure
UnauthorizedOperation

getAllLogins

public LoginInfo[] getAllLogins()
                         throws ServiceFailure,
                                UnauthorizedOperation
Throws:
ServiceFailure
UnauthorizedOperation

subscribeObserver

public LoginObserverSubscription subscribeObserver(LoginObserver callback)
                                            throws ServiceFailure
Throws:
ServiceFailure

getLoginInfo

public LoginInfo getLoginInfo(String loginId,
                              OctetSeqHolder pubkey)
                       throws InvalidLogins,
                              ServiceFailure
Throws:
InvalidLogins
ServiceFailure


Copyright © 2014. All Rights Reserved.