Class AS_ContextSec

  • All Implemented Interfaces:
    java.io.Serializable, IDLEntity

    public final class AS_ContextSec
    extends java.lang.Object
    implements IDLEntity
    com/sun/corba/ee/org/omg/CSIIOP/AS_ContextSec.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/csiv2-idl/src/main/idl/CSIIOP.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AS_ContextSec()  
      AS_ContextSec​(short _target_supports, short _target_requires, byte[] _client_authentication_mech, byte[] _target_name)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • target_supports

        public short target_supports
      • target_requires

        public short target_requires
      • client_authentication_mech

        public byte[] client_authentication_mech
      • target_name

        public byte[] target_name
    • Constructor Detail

      • AS_ContextSec

        public AS_ContextSec()
      • AS_ContextSec

        public AS_ContextSec​(short _target_supports,
                             short _target_requires,
                             byte[] _client_authentication_mech,
                             byte[] _target_name)