sun.security.jgss |
|
Java Source File Name | Type | Comment |
GSSContextImpl.java | Class | This class represents the JGSS security context and its associated
operations. |
GSSCredentialImpl.java | Class | |
GSSExceptionImpl.java | Class | This class helps overcome a limitation of the org.ietf.jgss.GSSException
class that does not allow the thrower to set a string corresponding to
the major code. |
GSSHeader.java | Class | This class represents the mechanism independent part of a GSS-API
context establishment token. |
GSSManagerImpl.java | Class | This class provides the default implementation of the GSSManager
interface. |
GSSNameImpl.java | Class | This is the implementation class for GSSName. |
GSSToken.java | Class | Utilities for processing GSS Tokens. |
GSSUtil.java | Class | The GSSUtilImplementation that knows how to work with the internals of
the GSS-API. |
LoginConfigImpl.java | Class | A Configuration implementation especially designed for JGSS. |
ProviderList.java | Class | This class stores the list of providers that this
GSS-Implementation is configured to use. |
SunProvider.java | Class | Defines the Sun JGSS provider.
Will merger this with the Sun security provider
sun.security.provider.Sun when the JGSS src is merged with the JDK
src.
Mechanisms supported are:
- Kerberos v5 as defined in RFC 1964.
Oid is 1.2.840.113554.1.2.2
- SPNEGO as defined in RFC 2478
Oid is 1.3.6.1.5.5.2
[Dummy mechanism is no longer compiled:
- Dummy mechanism. |
TokenTracker.java | Class | A utility class that implements a number list that keeps track of which
tokens have arrived by storing their token numbers in the list. |