| Package | Description | 
|---|---|
| org.ietf.jgss | 
 This package presents a framework that allows application developers to
    make use of security services like authentication, data integrity and
    data confidentiality from a variety of underlying security mechanisms
    like Kerberos, using a unified API. 
 | 
| Class and Description | 
|---|
| ChannelBinding
 This class encapsulates the concept of caller-provided channel
 binding information. 
 | 
| GSSContext
 This interface encapsulates the GSS-API security context and provides
 the security services that are available over the context. 
 | 
| GSSCredential
 This interface encapsulates the GSS-API credentials for an entity. 
 | 
| GSSException
 This exception is thrown whenever a GSS-API error occurs, including
 any mechanism specific error. 
 | 
| GSSManager
 This class serves as a factory for other important
 GSS-API classes and also provides information about the mechanisms that
 are supported. 
 | 
| GSSName
 This interface encapsulates a single GSS-API principal entity. 
 | 
| MessageProp
 This is a utility class used within the per-message GSSContext
 methods to convey per-message properties. 
 | 
| Oid
 This class represents Universal Object Identifiers (Oids) and their
 associated operations. 
 | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates.  All rights reserved.