org.csapi.fw.fw_access.trust_and_security
Class IpInitialPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.fw.fw_access.trust_and_security.IpInitialPOA
          extended by org.csapi.fw.fw_access.trust_and_security.IpInitialPOATie
All Implemented Interfaces:
IpInitialOperations, IpInterfaceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpInitialPOATie
extends IpInitialPOA

Generated from IDL interface "IpInitial"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004

Constructor Summary
IpInitialPOATie(IpInitialOperations delegate)
           
IpInitialPOATie(IpInitialOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpInitialOperations _delegate()
           
 void _delegate(IpInitialOperations delegate)
           
 IpInitial _this()
           
 IpInitial _this(org.omg.CORBA.ORB orb)
           
 TpAuthDomain initiateAuthentication(TpAuthDomain clientDomain, java.lang.String authType)
           
 TpAuthDomain initiateAuthenticationWithVersion(TpAuthDomain clientDomain, java.lang.String authType, java.lang.String frameworkVersion)
           
 
Methods inherited from class org.csapi.fw.fw_access.trust_and_security.IpInitialPOA
_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

IpInitialPOATie

public IpInitialPOATie(IpInitialOperations delegate)

IpInitialPOATie

public IpInitialPOATie(IpInitialOperations delegate,
                       org.omg.PortableServer.POA poa)
Method Detail

_this

public IpInitial _this()
Overrides:
_this in class IpInitialPOA

_this

public IpInitial _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpInitialPOA

_delegate

public IpInitialOperations _delegate()

_delegate

public void _delegate(IpInitialOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

initiateAuthenticationWithVersion

public TpAuthDomain initiateAuthenticationWithVersion(TpAuthDomain clientDomain,
                                                      java.lang.String authType,
                                                      java.lang.String frameworkVersion)
                                               throws P_INVALID_INTERFACE_TYPE,
                                                      TpCommonExceptions,
                                                      P_INVALID_VERSION,
                                                      P_INVALID_AUTH_TYPE,
                                                      P_INVALID_DOMAIN_ID
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_INVALID_VERSION
P_INVALID_AUTH_TYPE
P_INVALID_DOMAIN_ID

initiateAuthentication

public TpAuthDomain initiateAuthentication(TpAuthDomain clientDomain,
                                           java.lang.String authType)
                                    throws P_INVALID_INTERFACE_TYPE,
                                           TpCommonExceptions,
                                           P_INVALID_AUTH_TYPE,
                                           P_INVALID_DOMAIN_ID
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_INVALID_AUTH_TYPE
P_INVALID_DOMAIN_ID


Copyright © 2009. All Rights Reserved.