7a77a63845
Adding historical data and code support for --release 9. Reviewed-by: jjg, mcimadamore
64 lines
3.9 KiB
Plaintext
64 lines
3.9 KiB
Plaintext
#
|
|
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
#
|
|
# This code is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU General Public License version 2 only, as
|
|
# published by the Free Software Foundation. Oracle designates this
|
|
# particular file as subject to the "Classpath" exception as provided
|
|
# by Oracle in the LICENSE file that accompanied this code.
|
|
#
|
|
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
# version 2 for more details (a copy is included in the LICENSE file that
|
|
# accompanied this code).
|
|
#
|
|
# You should have received a copy of the GNU General Public License version
|
|
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
#
|
|
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
# or visit www.oracle.com if you need additional information or have any
|
|
# questions.
|
|
#
|
|
# ##########################################################
|
|
# ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
|
|
# ##########################################################
|
|
#
|
|
class name com/sun/security/jgss/AuthorizationDataEntry
|
|
header extends java/lang/Object flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
|
|
method name <init> descriptor (I[B)V flags 1
|
|
method name getType descriptor ()I flags 1
|
|
method name getData descriptor ()[B flags 1
|
|
method name toString descriptor ()Ljava/lang/String; flags 1
|
|
|
|
class name com/sun/security/jgss/ExtendedGSSContext
|
|
header extends java/lang/Object implements org/ietf/jgss/GSSContext flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
|
|
method name inquireSecContext descriptor (Lcom/sun/security/jgss/InquireType;)Ljava/lang/Object; thrownTypes org/ietf/jgss/GSSException flags 401
|
|
method name requestDelegPolicy descriptor (Z)V thrownTypes org/ietf/jgss/GSSException flags 401
|
|
method name getDelegPolicyState descriptor ()Z flags 401
|
|
|
|
class name com/sun/security/jgss/ExtendedGSSCredential
|
|
header extends java/lang/Object implements org/ietf/jgss/GSSCredential flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
|
|
method name impersonate descriptor (Lorg/ietf/jgss/GSSName;)Lorg/ietf/jgss/GSSCredential; thrownTypes org/ietf/jgss/GSSException flags 401
|
|
|
|
class name com/sun/security/jgss/GSSUtil
|
|
header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
|
|
method name <init> descriptor ()V flags 1
|
|
method name createSubject descriptor (Lorg/ietf/jgss/GSSName;Lorg/ietf/jgss/GSSCredential;)Ljavax/security/auth/Subject; flags 9
|
|
|
|
class name com/sun/security/jgss/InquireSecContextPermission
|
|
header extends java/security/BasicPermission flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
|
|
method name <init> descriptor (Ljava/lang/String;)V flags 1
|
|
|
|
class name com/sun/security/jgss/InquireType
|
|
header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum<Lcom/sun/security/jgss/InquireType;>; classAnnotations @Ljdk/Profile+Annotation;(value=I3) runtimeAnnotations @Ljdk/Exported;
|
|
field name KRB5_GET_SESSION_KEY descriptor Lcom/sun/security/jgss/InquireType; flags 4019
|
|
field name KRB5_GET_TKT_FLAGS descriptor Lcom/sun/security/jgss/InquireType; flags 4019
|
|
field name KRB5_GET_AUTHZ_DATA descriptor Lcom/sun/security/jgss/InquireType; flags 4019
|
|
field name KRB5_GET_AUTHTIME descriptor Lcom/sun/security/jgss/InquireType; flags 4019
|
|
method name values descriptor ()[Lcom/sun/security/jgss/InquireType; flags 9
|
|
method name valueOf descriptor (Ljava/lang/String;)Lcom/sun/security/jgss/InquireType; flags 9
|
|
|