Uses of Class org.ietf.jgss.Oid

Uses in package org.ietf.jgss

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
GSSCredential.add(GSSName aName, int initLifetime, int acceptLifetime, Oid mech, int usage)
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
GSSManager.createContext(GSSName peer, Oid mech, GSSCredential myCred, int lifetime)
Factory method for creating a context on the initiator's side.
GSSCredential
GSSManager.createCredential(GSSName aName, int lifetime, Oid mech, int usage)
Factory method for acquiring a single mechanism credential.
GSSCredential
GSSManager.createCredential(GSSName aName, int lifetime, Oid[] mechs, int usage)
Factory method for acquiring credentials over a set of mechanisms.
GSSName
GSSManager.createName(byte[] name, Oid nameType)
Factory method to convert a contiguous byte array containing a name from the specified namespace to a GSSName object.
GSSName
GSSManager.createName(byte[] name, Oid nameType, Oid mech)
Factory method to convert a contiguous byte array containing a name from the specified namespace to a GSSName object that is an MN.
GSSName
GSSManager.createName(String nameStr, Oid nameType)
Factory method to convert a contiguous string name from the specified namespace to a GSSName object.
GSSName
GSSManager.createName(String nameStr, Oid nameType, Oid mech)
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.