Package org.jboss.iiop.csiv2
Interface SASCurrentOperations
- All Superinterfaces:
CurrentOperations
- All Known Subinterfaces:
SASCurrent
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 Summary
Modifier and TypeMethodDescriptionbooleanReturns true if an SAS context containing a client authentication token arrived with the current IIOP request.booleanReturns true if an SAS context arrived with the current IIOP request.Returns theorg.omg.CSI.IdentityTokenthat arrived with the current IIOP request.intReturns theorg.omg.CSI.IdentityTokenTypethat arrived with the current IIOP request.byte[]Returns the password that arrived with the current IIOP request.byte[]Returns the principal name that arrived with the current IIOP request.byte[]Returns the target name that arrived with the current IIOP request.byte[]Returns the username that arrived with the current IIOP request.voidSets the outgoing SAS reply toContextError, with major status "invalid evidence".
-
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 theorg.omg.CSI.IdentityTokenthat arrived with the current IIOP request. -
get_incoming_identity_token_type
int get_incoming_identity_token_type()Returns theorg.omg.CSI.IdentityTokenTypethat 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 toContextError, with major status "invalid evidence".
-