tecgraf.openbus.core.v1_05.access_control_service
Class _IAccessControlServiceStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
tecgraf.openbus.core.v1_05.access_control_service._IAccessControlServiceStub
- All Implemented Interfaces:
- Serializable, Object, IDLEntity, IAccessControlService, IAccessControlServiceOperations
public class _IAccessControlServiceStub
- extends ObjectImpl
- implements IAccessControlService
Generated from IDL interface "IAccessControlService".
- Version:
- generated at Jan 25, 2017 11:06:46 AM
- Author:
- JacORB IDL compiler V 3.8
- See Also:
- Serialized Form
| 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 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 |
_opsClass
public static final Class _opsClass
_IAccessControlServiceStub
public _IAccessControlServiceStub()
_ids
public String[] _ids()
- Specified by:
_ids in class ObjectImpl
addObserver
public String addObserver(ICredentialObserver observer,
String[] someCredentialIdentifiers)
- Specified by:
addObserver in interface IAccessControlServiceOperations
getEntryCredential
public EntryCredential getEntryCredential(Credential aCredential)
- Specified by:
getEntryCredential in interface IAccessControlServiceOperations
areValid
public boolean[] areValid(Credential[] credentials)
- Specified by:
areValid in interface IAccessControlServiceOperations
getAllEntryCredential
public EntryCredential[] getAllEntryCredential()
- Specified by:
getAllEntryCredential in interface IAccessControlServiceOperations
addCredentialToObserver
public boolean addCredentialToObserver(String observerIdentifier,
String aCredentialIdentifier)
- Specified by:
addCredentialToObserver in interface IAccessControlServiceOperations
removeObserver
public boolean removeObserver(String identifier)
- Specified by:
removeObserver in interface IAccessControlServiceOperations
isValid
public boolean isValid(Credential aCredential)
- Specified by:
isValid in interface IAccessControlServiceOperations
loginByCertificate
public boolean loginByCertificate(String name,
byte[] answer,
CredentialHolder aCredential,
IntHolder aLease)
- Specified by:
loginByCertificate in interface IAccessControlServiceOperations
removeCredentialFromObserver
public boolean removeCredentialFromObserver(String observerIdentifier,
String aCredentialIdentifier)
- Specified by:
removeCredentialFromObserver in interface IAccessControlServiceOperations
loginByPassword
public boolean loginByPassword(String name,
String password,
CredentialHolder aCredential,
IntHolder aLease)
- Specified by:
loginByPassword in interface IAccessControlServiceOperations
logout
public boolean logout(Credential aCredential)
- Specified by:
logout in interface IAccessControlServiceOperations
getChallenge
public byte[] getChallenge(String name)
- Specified by:
getChallenge in interface IAccessControlServiceOperations
Copyright © 2017 Tecgraf/PUC-Rio. All rights reserved.