Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gov.lanl.Authenticate
Class AuthenticatorPOA  view AuthenticatorPOA download AuthenticatorPOA.java

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended bygov.lanl.Authenticate.AuthenticatorPOA
All Implemented Interfaces:
AuthenticatorOperations, org.omg.CORBA.portable.InvokeHandler
Direct Known Subclasses:
AuthenticatorPOATie

public abstract class AuthenticatorPOA
extends org.omg.PortableServer.Servant
implements org.omg.CORBA.portable.InvokeHandler, AuthenticatorOperations


Field Summary
(package private) static java.lang.String[] _ob_ids_
           
 
Fields inherited from class org.omg.PortableServer.Servant
 
Constructor Summary
AuthenticatorPOA()
           
 
Method Summary
 java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa, byte[] objectId)
          Get the repository ids of all interfaces, supported by the CORBA object, identified by the passed Id.
 org.omg.CORBA.portable.OutputStream _invoke(java.lang.String opName, org.omg.CORBA.portable.InputStream in, org.omg.CORBA.portable.ResponseHandler handler)
          Invoke the object method.
private  org.omg.CORBA.portable.OutputStream _OB_op_areUsersOk(org.omg.CORBA.portable.InputStream in, org.omg.CORBA.portable.ResponseHandler handler)
           
private  org.omg.CORBA.portable.OutputStream _OB_op_isUserOk(org.omg.CORBA.portable.InputStream in, org.omg.CORBA.portable.ResponseHandler handler)
           
private  org.omg.CORBA.portable.OutputStream _OB_op_isUserOkFromCredentials(org.omg.CORBA.portable.InputStream in, org.omg.CORBA.portable.ResponseHandler handler)
           
private  org.omg.CORBA.portable.OutputStream _OB_op_logoffUser(org.omg.CORBA.portable.InputStream in, org.omg.CORBA.portable.ResponseHandler handler)
           
private  org.omg.CORBA.portable.OutputStream _OB_op_logoffUserFromCredentials(org.omg.CORBA.portable.InputStream in, org.omg.CORBA.portable.ResponseHandler handler)
           
 Authenticator _this()
           
 Authenticator _this(org.omg.CORBA.ORB orb)
           
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _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
 
Methods inherited from interface gov.lanl.Authenticate.AuthenticatorOperations
areUsersOk, isUserOk, isUserOkFromCredentials, logoffUser, logoffUserFromCredentials
 

Field Detail

_ob_ids_

static final java.lang.String[] _ob_ids_
Constructor Detail

AuthenticatorPOA

public AuthenticatorPOA()
Method Detail

_this

public Authenticator _this()

_this

public Authenticator _this(org.omg.CORBA.ORB orb)

_all_interfaces

public java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa,
                                          byte[] objectId)
Description copied from class: org.omg.PortableServer.Servant
Get the repository ids of all interfaces, supported by the CORBA object, identified by the passed Id. In the typical code the passed parameters are ignored, returning an array of repository ids, supported by the servant implementation.


_invoke

public org.omg.CORBA.portable.OutputStream _invoke(java.lang.String opName,
                                                   org.omg.CORBA.portable.InputStream in,
                                                   org.omg.CORBA.portable.ResponseHandler handler)
Description copied from interface: org.omg.CORBA.portable.InvokeHandler
Invoke the object method.

Specified by:
_invoke in interface org.omg.CORBA.portable.InvokeHandler

_OB_op_areUsersOk

private org.omg.CORBA.portable.OutputStream _OB_op_areUsersOk(org.omg.CORBA.portable.InputStream in,
                                                              org.omg.CORBA.portable.ResponseHandler handler)

_OB_op_isUserOk

private org.omg.CORBA.portable.OutputStream _OB_op_isUserOk(org.omg.CORBA.portable.InputStream in,
                                                            org.omg.CORBA.portable.ResponseHandler handler)

_OB_op_isUserOkFromCredentials

private org.omg.CORBA.portable.OutputStream _OB_op_isUserOkFromCredentials(org.omg.CORBA.portable.InputStream in,
                                                                           org.omg.CORBA.portable.ResponseHandler handler)

_OB_op_logoffUser

private org.omg.CORBA.portable.OutputStream _OB_op_logoffUser(org.omg.CORBA.portable.InputStream in,
                                                              org.omg.CORBA.portable.ResponseHandler handler)

_OB_op_logoffUserFromCredentials

private org.omg.CORBA.portable.OutputStream _OB_op_logoffUserFromCredentials(org.omg.CORBA.portable.InputStream in,
                                                                             org.omg.CORBA.portable.ResponseHandler handler)