站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 iiop API Documentation 英文版文档

SASCurrentImpl (JBoss IIOP Plugin API) - JBoss 4.0.1 sp1 iiop API Documentation 英文版文档


org.jboss.iiop.csiv2
Class SASCurrentImpl

java.lang.Object
  extended byorg.omg.CORBA.LocalObject
      extended byorg.jboss.iiop.csiv2.SASCurrentImpl
All Implemented Interfaces:
Current, CurrentOperations, IDLEntity, LocalInterface, Object, SASCurrent, SASCurrentOperations, Serializable

public class SASCurrentImpl
extends LocalObject
implements SASCurrent

This class implements SASCurrent.

Version:
$Revision: 1.3 $
Author:
Francisco Reverbel
See Also:
Serialized Form

Constructor Summary
SASCurrentImpl()
           
 
Method Summary
 void clearCurrentPolicy()
           
 boolean client_authentication_info_received()
           
 boolean context_received()
           
 int get_incoming_identity_token_type()
           
 org.omg.CSI.IdentityToken get_incoming_identity()
           
 byte[] get_incoming_password()
           
 byte[] get_incoming_principal_name()
           
 byte[] get_incoming_target_name()
           
 byte[] get_incoming_username()
           
 Object getCurrentPolicy()
           
 void init(SASTargetInterceptor serverInterceptor)
           
 void reject_incoming_context()
           
 void setCurrentPolicy(javax.management.ObjectName containerName)
           
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

SASCurrentImpl

public SASCurrentImpl()
Method Detail

init

public void init(SASTargetInterceptor serverInterceptor)

setCurrentPolicy

public void setCurrentPolicy(javax.management.ObjectName containerName)

clearCurrentPolicy

public void clearCurrentPolicy()

getCurrentPolicy

public Object getCurrentPolicy()

context_received

public boolean context_received()
Specified by:
context_received in interface SASCurrentOperations

client_authentication_info_received

public boolean client_authentication_info_received()
Specified by:
client_authentication_info_received in interface SASCurrentOperations

get_incoming_username

public byte[] get_incoming_username()
Specified by:
get_incoming_username in interface SASCurrentOperations

get_incoming_password

public byte[] get_incoming_password()
Specified by:
get_incoming_password in interface SASCurrentOperations

get_incoming_target_name

public byte[] get_incoming_target_name()
Specified by:
get_incoming_target_name in interface SASCurrentOperations

get_incoming_identity

public org.omg.CSI.IdentityToken get_incoming_identity()
Specified by:
get_incoming_identity in interface SASCurrentOperations

get_incoming_identity_token_type

public int get_incoming_identity_token_type()
Specified by:
get_incoming_identity_token_type in interface SASCurrentOperations

get_incoming_principal_name

public byte[] get_incoming_principal_name()
Specified by:
get_incoming_principal_name in interface SASCurrentOperations

reject_incoming_context

public void reject_incoming_context()
Specified by:
reject_incoming_context in interface SASCurrentOperations


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.