Class SASCurrentImpl

java.lang.Object
org.omg.CORBA.LocalObject
org.wildfly.iiop.openjdk.csiv2.SASCurrentImpl
All Implemented Interfaces:
Serializable, org.jboss.iiop.csiv2.SASCurrent, org.jboss.iiop.csiv2.SASCurrentOperations, org.omg.CORBA.Current, org.omg.CORBA.CurrentOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class SASCurrentImpl extends org.omg.CORBA.LocalObject implements org.jboss.iiop.csiv2.SASCurrent

This class implements SASCurrent.

Author:
Francisco Reverbel, Stefan Guilhen
See Also:
  • Constructor Details

    • SASCurrentImpl

      public SASCurrentImpl()
  • Method Details

    • init

      public void init(SASTargetInterceptor serverInterceptor)

      Initialize the SASCurrent instance.

      Parameters:
      serverInterceptor - a reference to the SASTargetInterceptor that acts as a delegate for this implementation.
    • context_received

      public boolean context_received()
      Specified by:
      context_received in interface org.jboss.iiop.csiv2.SASCurrentOperations
    • client_authentication_info_received

      public boolean client_authentication_info_received()
      Specified by:
      client_authentication_info_received in interface org.jboss.iiop.csiv2.SASCurrentOperations
    • get_incoming_username

      public byte[] get_incoming_username()
      Specified by:
      get_incoming_username in interface org.jboss.iiop.csiv2.SASCurrentOperations
    • get_incoming_password

      public byte[] get_incoming_password()
      Specified by:
      get_incoming_password in interface org.jboss.iiop.csiv2.SASCurrentOperations
    • get_incoming_target_name

      public byte[] get_incoming_target_name()
      Specified by:
      get_incoming_target_name in interface org.jboss.iiop.csiv2.SASCurrentOperations
    • get_incoming_identity

      public org.omg.CSI.IdentityToken get_incoming_identity()
      Specified by:
      get_incoming_identity in interface org.jboss.iiop.csiv2.SASCurrentOperations
    • get_incoming_identity_token_type

      public int get_incoming_identity_token_type()
      Specified by:
      get_incoming_identity_token_type in interface org.jboss.iiop.csiv2.SASCurrentOperations
    • get_incoming_principal_name

      public byte[] get_incoming_principal_name()
      Specified by:
      get_incoming_principal_name in interface org.jboss.iiop.csiv2.SASCurrentOperations
    • reject_incoming_context

      public void reject_incoming_context()
      Specified by:
      reject_incoming_context in interface org.jboss.iiop.csiv2.SASCurrentOperations