org.omg.ATLAS
Class AuthTokenDispenserPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.ATLAS.AuthTokenDispenserPOA
          extended byorg.omg.ATLAS.AuthTokenDispenserPOATie
All Implemented Interfaces:
AuthTokenDispenserOperations, InvokeHandler

public class AuthTokenDispenserPOATie
extends AuthTokenDispenserPOA

Generated from IDL interface "AuthTokenDispenser"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Constructor Summary
AuthTokenDispenserPOATie(AuthTokenDispenserOperations delegate)
           
AuthTokenDispenserPOATie(AuthTokenDispenserOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 AuthTokenDispenserOperations _delegate()
           
 void _delegate(AuthTokenDispenserOperations delegate)
           
 AuthTokenDispenser _this()
           
 AuthTokenDispenser _this(ORB orb)
           
 AuthTokenData get_my_authorization_token()
           
 AuthTokenData translate_authorization_token(IdentityToken the_subject, AuthorizationElement[] the_token)
           
 
Methods inherited from class org.omg.ATLAS.AuthTokenDispenserPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _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

AuthTokenDispenserPOATie

public AuthTokenDispenserPOATie(AuthTokenDispenserOperations delegate)

AuthTokenDispenserPOATie

public AuthTokenDispenserPOATie(AuthTokenDispenserOperations delegate,
                                POA poa)
Method Detail

_this

public AuthTokenDispenser _this()
Overrides:
_this in class AuthTokenDispenserPOA

_this

public AuthTokenDispenser _this(ORB orb)
Overrides:
_this in class AuthTokenDispenserPOA

_delegate

public AuthTokenDispenserOperations _delegate()

_delegate

public void _delegate(AuthTokenDispenserOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

get_my_authorization_token

public AuthTokenData get_my_authorization_token()
                                         throws IllegalTokenRequest
Throws:
IllegalTokenRequest

translate_authorization_token

public AuthTokenData translate_authorization_token(IdentityToken the_subject,
                                                   AuthorizationElement[] the_token)
                                            throws IllegalTokenRequest,
                                                   TokenOkay
Throws:
IllegalTokenRequest
TokenOkay