GNU Classpath (0.95) | |
Frames | No Frames |
Fields of type org.ietf.jgss.Oid | |
Oid | Name type for representing an anonymous entity. |
Oid | Name type used to indicate an exported name produced by the export
method. |
Oid | Oid indicating a host-based service name form. |
Oid | Name type to indicate a numeric user identifier corresponding to a
user on a local system. (e.g. |
Oid | Name type to indicate a string of digits representing the numeric
user identifier of a user on a local system. |
Oid | Name type to indicate a named user on a local system. |
Methods with parameter type org.ietf.jgss.Oid | |
void | Adds a mechanism specific credential-element to an existing
credential. |
void | This method is used to indicate to the GSSManager that the
application would like a particular provider to be used if no other
provider can be found that supports the given mechanism. |
void | This method is used to indicate to the GSSManager that the
application would like a particular provider to be used ahead of all
others when support is desired for the given mechanism. |
GSSName | Creates a mechanism name (MN) from an arbitrary internal name. |
boolean | A utility method to test if an Oid object is contained within the
supplied Oid object array.
|
GSSContext | Factory method for creating a context on the initiator's side.
|
GSSCredential | Factory method for acquiring a single mechanism credential.
|
GSSCredential | Factory method for acquiring credentials over a set of mechanisms.
|
GSSName | Factory method to convert a contiguous byte array containing a name
from the specified namespace to a GSSName object. |
GSSName | Factory method to convert a contiguous byte array containing a name
from the specified namespace to a GSSName object that is an MN. |
GSSName | Factory method to convert a contiguous string name from the specified
namespace to a GSSName object. |
GSSName | Factory method to convert a contiguous string name from the specified
namespace to an GSSName object that is a mechanism name (MN). |
Oid[] | Returns an array of Oid objects corresponding to the mechanisms
that support the specific name type. |
GSSName | Retrieves a mechanism name of the entity that the credential asserts.
|
Oid[] | Returns name type Oid's supported by the specified mechanism.
|
int | Returns the remaining lifetime is seconds for the credential to
remain capable of accepting security contexts under the specified
mechanism. |
int | Returns the remaining lifetime is seconds for the credential to
remain capable of initiating security contexts under the specified
mechanism. |
int | Returns the credential usage flag for the specified credential
mechanism. |
Methods with return type org.ietf.jgss.Oid | |
Oid | Returns the mechanism oid for this context. |
Oid[] | Returns an array of mechanisms supported by this credential.
|
Oid[] | Returns an array of Oid objects indicating mechanisms available
to GSS-API callers. |
Oid[] | Returns an array of Oid objects corresponding to the mechanisms
that support the specific name type. |
Oid[] | Returns name type Oid's supported by the specified mechanism.
|
Oid | Returns the oid representing the type of name returned through the
toString() method. |
GNU Classpath (0.95) |