Module jdk.security.jgss
Package com.sun.security.jgss
This package defines classes and interfaces for the JDK extensions
to the GSS-API.
-
Interface Summary Interface Description ExtendedGSSContext The extended GSSContext interface for supporting additional functionalities not defined byorg.ietf.jgss.GSSContext
, such as querying context-specific attributes.ExtendedGSSCredential The extended GSSCredential interface for supporting additional functionalities not defined byorg.ietf.jgss.GSSCredential
. -
Class Summary 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 theExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType)
method. -
Enum Summary Enum Description InquireType Attribute types that can be specified as an argument ofExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType)