org.csapi.fw.fw_access.trust_and_security
Class IpAPILevelAuthenticationPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.fw.fw_access.trust_and_security.IpAPILevelAuthenticationPOA
          extended by org.csapi.fw.fw_access.trust_and_security.IpAPILevelAuthenticationPOATie
All Implemented Interfaces:
IpAPILevelAuthenticationOperations, IpAuthenticationOperations, IpInterfaceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpAPILevelAuthenticationPOATie
extends IpAPILevelAuthenticationPOA

Generated from IDL interface "IpAPILevelAuthentication"

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

Constructor Summary
IpAPILevelAuthenticationPOATie(IpAPILevelAuthenticationOperations delegate)
           
IpAPILevelAuthenticationPOATie(IpAPILevelAuthenticationOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpAPILevelAuthenticationOperations _delegate()
           
 void _delegate(IpAPILevelAuthenticationOperations delegate)
           
 IpAPILevelAuthentication _this()
           
 IpAPILevelAuthentication _this(org.omg.CORBA.ORB orb)
           
 void abortAuthentication()
           
 byte[] authenticate(byte[] challenge)
           
 void authenticationSucceeded()
           
 byte[] challenge(byte[] challenge)
           
 IpInterface requestAccess(java.lang.String accessType, IpInterface clientAccessInterface)
           
 java.lang.String selectAuthenticationMechanism(java.lang.String authMechanismList)
           
 java.lang.String selectEncryptionMethod(java.lang.String encryptionCaps)
           
 
Methods inherited from class org.csapi.fw.fw_access.trust_and_security.IpAPILevelAuthenticationPOA
_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

IpAPILevelAuthenticationPOATie

public IpAPILevelAuthenticationPOATie(IpAPILevelAuthenticationOperations delegate)

IpAPILevelAuthenticationPOATie

public IpAPILevelAuthenticationPOATie(IpAPILevelAuthenticationOperations delegate,
                                      org.omg.PortableServer.POA poa)
Method Detail

_this

public IpAPILevelAuthentication _this()
Overrides:
_this in class IpAPILevelAuthenticationPOA

_this

public IpAPILevelAuthentication _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpAPILevelAuthenticationPOA

_delegate

public IpAPILevelAuthenticationOperations _delegate()

_delegate

public void _delegate(IpAPILevelAuthenticationOperations delegate)

_default_POA

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

selectEncryptionMethod

public java.lang.String selectEncryptionMethod(java.lang.String encryptionCaps)
                                        throws TpCommonExceptions,
                                               P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY,
                                               P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY
P_ACCESS_DENIED

challenge

public byte[] challenge(byte[] challenge)
                 throws TpCommonExceptions,
                        P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_ACCESS_DENIED

requestAccess

public IpInterface requestAccess(java.lang.String accessType,
                                 IpInterface clientAccessInterface)
                          throws P_INVALID_INTERFACE_TYPE,
                                 TpCommonExceptions,
                                 P_INVALID_ACCESS_TYPE,
                                 P_ACCESS_DENIED
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_INVALID_ACCESS_TYPE
P_ACCESS_DENIED

authenticationSucceeded

public void authenticationSucceeded()
                             throws TpCommonExceptions,
                                    P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_ACCESS_DENIED

authenticate

public byte[] authenticate(byte[] challenge)
                    throws TpCommonExceptions,
                           P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_ACCESS_DENIED

abortAuthentication

public void abortAuthentication()
                         throws TpCommonExceptions,
                                P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_ACCESS_DENIED

selectAuthenticationMechanism

public java.lang.String selectAuthenticationMechanism(java.lang.String authMechanismList)
                                               throws TpCommonExceptions,
                                                      P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM,
                                                      P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM
P_ACCESS_DENIED


Copyright © 2009. All Rights Reserved.