tecgraf.openbus.core.v1_05.access_control_service
Class IAccessControlServicePOATie
java.lang.Object
org.omg.PortableServer.Servant
tecgraf.openbus.core.v1_05.access_control_service.IAccessControlServicePOA
tecgraf.openbus.core.v1_05.access_control_service.IAccessControlServicePOATie
- All Implemented Interfaces:
- InvokeHandler, IAccessControlServiceOperations
public class IAccessControlServicePOATie
- extends IAccessControlServicePOA
Generated from IDL interface "IAccessControlService".
- Version:
- generated at Jan 25, 2017 11:06:46 AM
- Author:
- JacORB IDL compiler V 3.8
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IAccessControlServicePOATie
public IAccessControlServicePOATie(IAccessControlServiceOperations delegate)
IAccessControlServicePOATie
public IAccessControlServicePOATie(IAccessControlServiceOperations delegate,
POA poa)
_this
public IAccessControlService _this()
- Overrides:
_this in class IAccessControlServicePOA
_this
public IAccessControlService _this(ORB orb)
- Overrides:
_this in class IAccessControlServicePOA
_delegate
public IAccessControlServiceOperations _delegate()
_delegate
public void _delegate(IAccessControlServiceOperations delegate)
_default_POA
public POA _default_POA()
- Overrides:
_default_POA in class Servant
addObserver
public String addObserver(ICredentialObserver observer,
String[] someCredentialIdentifiers)
getEntryCredential
public EntryCredential getEntryCredential(Credential aCredential)
areValid
public boolean[] areValid(Credential[] credentials)
getAllEntryCredential
public EntryCredential[] getAllEntryCredential()
addCredentialToObserver
public boolean addCredentialToObserver(String observerIdentifier,
String aCredentialIdentifier)
removeObserver
public boolean removeObserver(String identifier)
isValid
public boolean isValid(Credential aCredential)
loginByCertificate
public boolean loginByCertificate(String name,
byte[] answer,
CredentialHolder aCredential,
IntHolder aLease)
removeCredentialFromObserver
public boolean removeCredentialFromObserver(String observerIdentifier,
String aCredentialIdentifier)
loginByPassword
public boolean loginByPassword(String name,
String password,
CredentialHolder aCredential,
IntHolder aLease)
logout
public boolean logout(Credential aCredential)
getChallenge
public byte[] getChallenge(String name)
Copyright © 2017 Tecgraf/PUC-Rio. All rights reserved.