Module jdk.security.jgss
Package com.sun.security.jgss
package com.sun.security.jgss
This package defines classes and interfaces for the JDK extensions
to the GSS-API.
-
ClassDescriptionKerberos 5 AuthorizationData entry.The extended GSSContext interface for supporting additional functionalities not defined by
org.ietf.jgss.GSSContext
, such as querying context-specific attributes.The extended GSSCredential interface for supporting additional functionalities not defined byorg.ietf.jgss.GSSCredential
.GSS-API Utilities for using in conjunction with Sun Microsystem's implementation of Java GSS-API.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.Attribute types that can be specified as an argument ofExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType)