Uses of Enum Class
com.sun.security.jgss.InquireType
Package
Description
This package defines classes and interfaces for the JDK extensions
to the GSS-API.
-
Uses of InquireType in com.sun.security.jgss
Modifier and TypeMethodDescriptionstatic InquireType
Returns the enum constant of this class with the specified name.static InquireType[]
InquireType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionExtendedGSSContext.inquireSecContext
(InquireType type) Return the mechanism-specific attribute associated withtype
.