All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.iiop.csiv2.SASCurrentLocalTie Maven / Gradle / Ivy

The newest version!
package org.jboss.iiop.csiv2;


/**
 * Generated from IDL interface "SASCurrent".
 *
 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 4), 06-Jun-2007
 * @version generated at Aug 16, 2011 8:43:25 AM
 */

public class SASCurrentLocalTie
	extends _SASCurrentLocalBase
{
	private SASCurrentOperations _delegate;

	public SASCurrentLocalTie(SASCurrentOperations delegate)
	{
		_delegate = delegate;
	}
	public SASCurrentOperations _delegate()
	{
		return _delegate;
	}
	public void _delegate(SASCurrentOperations delegate)
	{
		_delegate = delegate;
	}
	public byte[] get_incoming_password()
	{
		return _delegate.get_incoming_password();
	}

	public byte[] get_incoming_principal_name()
	{
		return _delegate.get_incoming_principal_name();
	}

	public boolean context_received()
	{
		return _delegate.context_received();
	}

	public boolean client_authentication_info_received()
	{
		return _delegate.client_authentication_info_received();
	}

	public void reject_incoming_context()
	{
_delegate.reject_incoming_context();
	}

	public byte[] get_incoming_target_name()
	{
		return _delegate.get_incoming_target_name();
	}

	public byte[] get_incoming_username()
	{
		return _delegate.get_incoming_username();
	}

	public org.omg.CSI.IdentityToken get_incoming_identity()
	{
		return _delegate.get_incoming_identity();
	}

	public int get_incoming_identity_token_type()
	{
		return _delegate.get_incoming_identity_token_type();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy