org.omg.SecurityLevel2
Class ReceivedCredentialsLocalTie

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.omg.SecurityLevel2._ReceivedCredentialsLocalBase
          extended by org.omg.SecurityLevel2.ReceivedCredentialsLocalTie
All Implemented Interfaces:
Serializable, LocalInterface, Object, IDLEntity, Credentials, CredentialsOperations, ReceivedCredentials, ReceivedCredentialsOperations

public class ReceivedCredentialsLocalTie
extends _ReceivedCredentialsLocalBase

Generated from IDL interface "ReceivedCredentials".

Version:
generated at Sep 22, 2012 10:58:00 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Constructor Summary
ReceivedCredentialsLocalTie(ReceivedCredentialsOperations delegate)
           
 
Method Summary
 ReceivedCredentialsOperations _delegate()
           
 void _delegate(ReceivedCredentialsOperations delegate)
           
 Credentials accepting_credentials()
           
 short accepting_options_required()
           
 void accepting_options_required(short a)
           
 short accepting_options_supported()
           
 void accepting_options_supported(short a)
           
 short association_options_used()
           
 AuthenticationStatus authentication_state()
           
 Credentials copy()
           
 InvocationCredentialsType credentials_type()
           
 DelegationMode delegation_mode()
           
 DelegationState delegation_state()
           
 void destroy()
           
 SecAttribute[] get_attributes(AttributeType[] attributes)
           
 boolean get_security_feature(CommunicationDirection direction, SecurityFeature feature)
           
 short invocation_options_required()
           
 void invocation_options_required(short a)
           
 short invocation_options_supported()
           
 void invocation_options_supported(short a)
           
 boolean is_valid(UtcTHolder expiry_time)
           
 String mechanism()
           
 boolean refresh(Any refresh_data)
           
 boolean set_attributes(SecAttribute[] requested_attributes, AttributeListHolder actual_attributes)
           
 
Methods inherited from class org.omg.SecurityLevel2._ReceivedCredentialsLocalBase
_ids
 
Methods inherited from class org.omg.CORBA.LocalObject
_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_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

ReceivedCredentialsLocalTie

public ReceivedCredentialsLocalTie(ReceivedCredentialsOperations delegate)
Method Detail

_delegate

public ReceivedCredentialsOperations _delegate()

_delegate

public void _delegate(ReceivedCredentialsOperations delegate)

is_valid

public boolean is_valid(UtcTHolder expiry_time)

delegation_mode

public DelegationMode delegation_mode()

invocation_options_supported

public short invocation_options_supported()

invocation_options_supported

public void invocation_options_supported(short a)

get_attributes

public SecAttribute[] get_attributes(AttributeType[] attributes)

accepting_options_required

public void accepting_options_required(short a)

accepting_options_supported

public void accepting_options_supported(short a)

credentials_type

public InvocationCredentialsType credentials_type()

set_attributes

public boolean set_attributes(SecAttribute[] requested_attributes,
                              AttributeListHolder actual_attributes)

mechanism

public String mechanism()

association_options_used

public short association_options_used()

accepting_credentials

public Credentials accepting_credentials()

get_security_feature

public boolean get_security_feature(CommunicationDirection direction,
                                    SecurityFeature feature)

invocation_options_required

public short invocation_options_required()

invocation_options_required

public void invocation_options_required(short a)

delegation_state

public DelegationState delegation_state()

refresh

public boolean refresh(Any refresh_data)

accepting_options_supported

public short accepting_options_supported()

accepting_options_required

public short accepting_options_required()

authentication_state

public AuthenticationStatus authentication_state()

copy

public Credentials copy()

destroy

public void destroy()


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.