sun.security.jgss.spi |
|
Java Source File Name | Type | Comment |
GSSContextSpi.java | Interface | This interface is implemented by a mechanism specific instance of a GSS
security context.
A GSSContextSpi object can be thought of having 3 states:
-before initialization
-during initialization with its peer
-after it is established
The context options can only be requested in state 1. |
GSSCredentialSpi.java | Interface | This interface is implemented by a mechanism specific credential
element. |
GSSNameSpi.java | Interface | This interface is implemented by a mechanism specific name element. |
MechanismFactory.java | Interface | This interface is implemented by the factory class for every
plugin mechanism. |