Package com.sun.security.jgss

This package defines classes and interfaces for the JDK extensions to the GSS-API.

Interface Description
ExtendedGSSContext

The extended GSSContext interface for supporting additional functionalities not defined by org.ietf.jgss.GSSContext, such as querying context-specific attributes.

ExtendedGSSCredential

The extended GSSCredential interface for supporting additional functionalities not defined by org.ietf.jgss.GSSCredential.

Class Description
AuthorizationDataEntry

Kerberos 5 AuthorizationData entry.

GSSUtil

GSS-API Utilities for using in conjunction with Sun Microsystem's implementation of Java GSS-API.

InquireSecContextPermission

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.

Enum Description
InquireType

Attribute types that can be specified as an argument of ExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType)