Uses of Class
com.sun.security.jgss.InquireType
Package | Description |
---|---|
com.sun.security.jgss |
This package defines classes and interfaces for the JDK extensions
to the GSS-API.
|
-
Uses of InquireType in com.sun.security.jgss
Methods in com.sun.security.jgss that return InquireType Modifier and Type Method Description static InquireType
InquireType. valueOf(String name)
Returns the enum constant of this type with the specified name.static InquireType[]
InquireType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.security.jgss with parameters of type InquireType Modifier and Type Method Description Object
ExtendedGSSContext. inquireSecContext(InquireType type)
Return the mechanism-specific attribute associated withtype
.