|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.gssapi.GSSManager
public class GSSManager
This class implements functionality common to the entire GSS-API package. This includes the management of the gss mechanisms and their providers.
Constructor Summary | |
---|---|
GSSManager()
|
Method Summary | |
---|---|
static Oid |
getDefaultMech()
Determines the default mechanism. |
static Oid[] |
getMechs()
Indicates which mechanisms are configured within JGSS. |
static Oid[] |
getMechsForName(Oid nameType)
Returns all the mechanisms that support the specific name type. |
static Oid[] |
getNamesForMech(Oid mech)
Returns name types (Oids) supported by the selected mechanism. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GSSManager()
Method Detail |
---|
public static Oid[] getMechs()
public static Oid[] getNamesForMech(Oid mech) throws GSSException
mech
- the Oid for mechanism to be queried
GSSException
- with major code of BAD_MECH will be thrown
for invalid mechanism oidspublic static Oid[] getMechsForName(Oid nameType)
nameType
- the Oid of the name type to be queried
public static Oid getDefaultMech() throws GSSException
GSSException
- with major code set to BAD_MECH if
no jgss providers exist.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |