org.omg.ATLAS

Class AuthTokenDispenserPOATie

Implemented Interfaces:
AuthTokenDispenserOperations, InvokeHandler

public class AuthTokenDispenserPOATie
extends AuthTokenDispenserPOA

Generated from IDL interface "AuthTokenDispenser"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

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, _this, _this

Methods inherited from class org.omg.PortableServer.Servant

_all_interfaces, _default_POA, _get_delegate, _get_interface, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object

Constructor Details

AuthTokenDispenserPOATie

public AuthTokenDispenserPOATie(AuthTokenDispenserOperations delegate)


AuthTokenDispenserPOATie

public AuthTokenDispenserPOATie(AuthTokenDispenserOperations delegate,
                                POA poa)

Method Details

_default_POA

public POA _default_POA()
Overrides:
_default_POA in interface Servant


_delegate

public AuthTokenDispenserOperations _delegate()


_delegate

public void _delegate(AuthTokenDispenserOperations delegate)


_this

public AuthTokenDispenser _this()
Overrides:
_this in interface AuthTokenDispenserPOA


_this

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


get_my_authorization_token

public AuthTokenData get_my_authorization_token()
            throws IllegalTokenRequest
Specified by:
get_my_authorization_token in interface AuthTokenDispenserOperations


translate_authorization_token

public AuthTokenData translate_authorization_token(IdentityToken the_subject,
                                                   AuthorizationElement the_token)
            throws TokenOkay,
                   IllegalTokenRequest
Specified by:
translate_authorization_token in interface AuthTokenDispenserOperations