Java GSS-API Utilities
DRAFT 9-Debian+0-9b149-1
A C E G I J K R T V 

A

AuthorizationDataEntry - Class in com.sun.security.jgss
Kerberos 5 AuthorizationData entry.
AuthorizationDataEntry(int, byte[]) - Constructor for class com.sun.security.jgss.AuthorizationDataEntry
Create an AuthorizationDataEntry object.

C

com.sun.security.jgss - package com.sun.security.jgss
 
createSubject(GSSName, GSSCredential) - Static method in class com.sun.security.jgss.GSSUtil
Use this method to convert a GSSName and GSSCredential into a Subject.

E

ExtendedGSSContext - Interface in com.sun.security.jgss
The extended GSSContext interface for supporting additional functionalities not defined by org.ietf.jgss.GSSContext, such as querying context-specific attributes.
ExtendedGSSCredential - Interface in com.sun.security.jgss
The extended GSSCredential interface for supporting additional functionalities not defined by org.ietf.jgss.GSSCredential.

G

GSSUtil - Class in com.sun.security.jgss
GSS-API Utilities for using in conjunction with Sun Microsystem's implementation of Java GSS-API.
GSSUtil() - Constructor for class com.sun.security.jgss.GSSUtil
 
getData() - Method in class com.sun.security.jgss.AuthorizationDataEntry
Get a copy of the ad-data field.
getDelegPolicyState() - Method in interface com.sun.security.jgss.ExtendedGSSContext
Returns the delegation policy response.
getType() - Method in class com.sun.security.jgss.AuthorizationDataEntry
Get the ad-type field.

I

InquireSecContextPermission - Class in com.sun.security.jgss
This class is used to protect various attributes of an established GSS security context that can be accessed using the ExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType) method.
InquireType - Enum in com.sun.security.jgss
Attribute types that can be specified as an argument of ExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType)
InquireSecContextPermission(String) - Constructor for class com.sun.security.jgss.InquireSecContextPermission
Constructs a new InquireSecContextPermission object with the specified name.
impersonate(GSSName) - Method in interface com.sun.security.jgss.ExtendedGSSCredential
Impersonates a principal.
inquireSecContext(InquireType) - Method in interface com.sun.security.jgss.ExtendedGSSContext
Return the mechanism-specific attribute associated with type.

J

jdk.security.jgss - module jdk.security.jgss
Defines Java extensions to the GSS-API and an implementation of the SASL GSSAPI mechanism.

K

KRB5_GET_AUTHTIME - com.sun.security.jgss.InquireType
Attribute type for retrieving the authtime in the service ticket of an established Kerberos 5 security context.
KRB5_GET_AUTHZ_DATA - com.sun.security.jgss.InquireType
Attribute type for retrieving the authorization data in the service ticket of an established Kerberos 5 security context.
KRB5_GET_KRB_CRED - com.sun.security.jgss.InquireType
Attribute type for retrieving the KRB_CRED message that an initiator is about to send to an acceptor.
KRB5_GET_SESSION_KEY - com.sun.security.jgss.InquireType
Deprecated.
as of 9, replaced by InquireType.KRB5_GET_SESSION_KEY_EX which returns an instance of EncryptionKey that implements the SecretKey interface and has similar methods with KerberosKey.
KRB5_GET_SESSION_KEY_EX - com.sun.security.jgss.InquireType
Attribute type for retrieving the session key of an established Kerberos 5 security context.
KRB5_GET_TKT_FLAGS - com.sun.security.jgss.InquireType
Attribute type for retrieving the service ticket flags of an established Kerberos 5 security context.

R

requestDelegPolicy(boolean) - Method in interface com.sun.security.jgss.ExtendedGSSContext
Requests that the delegation policy be respected.

T

toString() - Method in class com.sun.security.jgss.AuthorizationDataEntry
 

V

valueOf(String) - Static method in enum com.sun.security.jgss.InquireType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.security.jgss.InquireType
Returns an array containing the constants of this enum type, in the order they are declared.
A C E G I J K R T V 
Skip navigation links
Java GSS-API Utilities
DRAFT 9-Debian+0-9b149-1

Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2000, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.

DRAFT 9-Debian+0-9b149-1