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) |
Copyright © 2000, 2016, Oracle and/or its affiliates. All rights reserved.