This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package org.ietf.jgss

Interface Summary
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.
GSSName This interface encapsulates a single GSS-API principal entity.
 

Class Summary
ChannelBinding This class encapsulates the concept of caller-provided channel binding information.
GSSManager This class serves as a factory for other important GSS-API classes and also provides information about the mechanisms that are supported.
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.
 

Exception Summary
GSSException This exception is thrown whenever a GSS-API error occurs, including any mechanism specific error.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.