org.omg.ATLAS
Class AuthTokenDispenserPOATie
java.lang.Object
org.omg.PortableServer.Servant
org.omg.ATLAS.AuthTokenDispenserPOA
org.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
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 |
AuthTokenDispenserPOATie
public AuthTokenDispenserPOATie(AuthTokenDispenserOperations delegate)
AuthTokenDispenserPOATie
public AuthTokenDispenserPOATie(AuthTokenDispenserOperations delegate,
POA poa)
_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