tecgraf.openbus.core.v2_0.services.access_control
Class LoginRegistryPOATie
java.lang.Object
org.omg.PortableServer.Servant
tecgraf.openbus.core.v2_0.services.access_control.LoginRegistryPOA
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginRegistryPOATie
public LoginRegistryPOATie(LoginRegistryOperations delegate)
LoginRegistryPOATie
public LoginRegistryPOATie(LoginRegistryOperations delegate,
POA poa)
_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.