public interface SASCurrentOperations extends CurrentOperations
Modifier and Type | Method and Description |
---|---|
boolean |
client_authentication_info_received()
Returns true if an SAS context containing a client authentication
token arrived with the current IIOP request.
|
boolean |
context_received()
Returns true if an SAS context arrived with the current IIOP
request.
|
int |
get_incoming_identity_token_type()
Returns the
org.omg.CSI.IdentityTokenType |
IdentityToken |
get_incoming_identity()
Returns the
org.omg.CSI.IdentityToken |
byte[] |
get_incoming_password()
Returns the password that arrived with the current IIOP request.
|
byte[] |
get_incoming_principal_name()
Returns the principal name that arrived with the current IIOP
request.
|
byte[] |
get_incoming_target_name()
Returns the target name that arrived with the current IIOP request.
|
byte[] |
get_incoming_username()
Returns the username that arrived with the current IIOP request.
|
void |
reject_incoming_context()
Sets the outgoing SAS reply to
ContextError , with
major status "invalid evidence". |
boolean context_received()
boolean client_authentication_info_received()
byte[] get_incoming_username()
byte[] get_incoming_password()
byte[] get_incoming_target_name()
IdentityToken get_incoming_identity()
org.omg.CSI.IdentityToken that arrived with
the current IIOP request.
int get_incoming_identity_token_type()
org.omg.CSI.IdentityTokenType that arrived
with the current IIOP request.
byte[] get_incoming_principal_name()
void reject_incoming_context()
ContextError
, with
major status "invalid evidence".Copyright © 2019 JBoss by Red Hat. All rights reserved.