org.jboss.iiop.csiv2
Interface SASCurrentOperations

All Superinterfaces:
CurrentOperations
All Known Subinterfaces:
SASCurrent
All Known Implementing Classes:
_SASCurrentLocalBase, SASCurrentImpl, SASCurrentLocalTie

public interface SASCurrentOperations
extends CurrentOperations

Generated from IDL interface "SASCurrent"

Author:
JacORB IDL compiler V 2.2.4 (JBoss patch 1), 04-Aug-2006

Method Summary
 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()
           
 void reject_incoming_context()
           
 

Method Detail

context_received

boolean context_received()

client_authentication_info_received

boolean client_authentication_info_received()

get_incoming_username

byte[] get_incoming_username()

get_incoming_password

byte[] get_incoming_password()

get_incoming_target_name

byte[] get_incoming_target_name()

get_incoming_identity

org.omg.CSI.IdentityToken get_incoming_identity()

get_incoming_identity_token_type

int get_incoming_identity_token_type()

get_incoming_principal_name

byte[] get_incoming_principal_name()

reject_incoming_context

void reject_incoming_context()


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