org.omg.SecurityLevel2
Class CredentialsLocalTie

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.omg.SecurityLevel2._CredentialsLocalBase
          extended by org.omg.SecurityLevel2.CredentialsLocalTie
All Implemented Interfaces:
java.io.Serializable, LocalInterface, Object, IDLEntity, Credentials, CredentialsOperations

public class CredentialsLocalTie
extends _CredentialsLocalBase

Generated from IDL interface "Credentials".

Version:
generated at Dec 2, 2008 12:16:56 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007
See Also:
Serialized Form

Constructor Summary
CredentialsLocalTie(CredentialsOperations delegate)
           
 
Method Summary
 CredentialsOperations _delegate()
           
 void _delegate(CredentialsOperations delegate)
           
 short accepting_options_required()
           
 void accepting_options_required(short a)
           
 short accepting_options_supported()
           
 void accepting_options_supported(short a)
           
 AuthenticationStatus authentication_state()
           
 Credentials copy()
           
 InvocationCredentialsType credentials_type()
           
 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)
           
 java.lang.String mechanism()
           
 boolean refresh(Any refresh_data)
           
 boolean set_attributes(SecAttribute[] requested_attributes, AttributeListHolder actual_attributes)
           
 
Methods inherited from class org.omg.SecurityLevel2._CredentialsLocalBase
_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

CredentialsLocalTie

public CredentialsLocalTie(CredentialsOperations delegate)
Method Detail

_delegate

public CredentialsOperations _delegate()

_delegate

public void _delegate(CredentialsOperations delegate)

is_valid

public boolean is_valid(UtcTHolder expiry_time)

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 java.lang.String mechanism()

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)

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()

destroy

public void destroy()

copy

public Credentials copy()


Copyright © 2008. All Rights Reserved.