Interface SASCurrentOperations

All Superinterfaces:
CurrentOperations
All Known Subinterfaces:
SASCurrent

public interface SASCurrentOperations extends CurrentOperations
org/jboss/iiop/csiv2/SASCurrentOperations.java . Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog1 Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog2 Monday, February 12, 2024 at 2:42:26 PM Central European Standard Time
  • Method Details

    • context_received

      boolean context_received()
      Returns true if an SAS context arrived with the current IIOP request.
    • client_authentication_info_received

      boolean client_authentication_info_received()
      Returns true if an SAS context containing a client authentication token arrived with the current IIOP request.
    • get_incoming_username

      byte[] get_incoming_username()
      Returns the username that arrived with the current IIOP request.
    • get_incoming_password

      byte[] get_incoming_password()
      Returns the password that arrived with the current IIOP request.
    • get_incoming_target_name

      byte[] get_incoming_target_name()
      Returns the target name that arrived with the current IIOP request.
    • get_incoming_identity

      IdentityToken get_incoming_identity()
      Returns the org.omg.CSI.IdentityToken that arrived with the current IIOP request.
    • get_incoming_identity_token_type

      int get_incoming_identity_token_type()
      Returns the org.omg.CSI.IdentityTokenType that arrived with the current IIOP request.
    • get_incoming_principal_name

      byte[] get_incoming_principal_name()
      Returns the principal name that arrived with the current IIOP request.
    • reject_incoming_context

      void reject_incoming_context()
      Sets the outgoing SAS reply to ContextError, with major status "invalid evidence".