public class SASCurrentImpl extends LocalObject implements org.jboss.iiop.csiv2.SASCurrent
This class implements SASCurrent.
| Constructor and Description |
|---|
SASCurrentImpl() |
| Modifier and Type | Method and Description |
|---|---|
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 |
init(SASTargetInterceptor serverInterceptor)
Initialize the
SASCurrent instance. |
void |
reject_incoming_context() |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic void init(SASTargetInterceptor serverInterceptor)
Initialize the SASCurrent instance.
serverInterceptor - a reference to the SASTargetInterceptor that acts as a delegate for this
implementation.public boolean context_received()
context_received in interface org.jboss.iiop.csiv2.SASCurrentOperationspublic boolean client_authentication_info_received()
client_authentication_info_received in interface org.jboss.iiop.csiv2.SASCurrentOperationspublic byte[] get_incoming_username()
get_incoming_username in interface org.jboss.iiop.csiv2.SASCurrentOperationspublic byte[] get_incoming_password()
get_incoming_password in interface org.jboss.iiop.csiv2.SASCurrentOperationspublic byte[] get_incoming_target_name()
get_incoming_target_name in interface org.jboss.iiop.csiv2.SASCurrentOperationspublic org.omg.CSI.IdentityToken get_incoming_identity()
get_incoming_identity in interface org.jboss.iiop.csiv2.SASCurrentOperationspublic int get_incoming_identity_token_type()
get_incoming_identity_token_type in interface org.jboss.iiop.csiv2.SASCurrentOperationspublic byte[] get_incoming_principal_name()
get_incoming_principal_name in interface org.jboss.iiop.csiv2.SASCurrentOperationspublic void reject_incoming_context()
reject_incoming_context in interface org.jboss.iiop.csiv2.SASCurrentOperationsCopyright © 2022 JBoss by Red Hat. All rights reserved.