org.jacorb.security.sas
Class GSSUPMechFactory
java.lang.Object
org.jacorb.security.sas.GSSUPMechFactory
- MechanismFactory
public final class GSSUPMechFactory
extends java.lang.Object
implements MechanismFactory
This is the GSS-API Sercurity Provider Interface (SPI) Facotry GSSUP GSSManager
Version:
- David Robison
myProvider
protected static Provider myProvider
GSSUPMechFactory
public GSSUPMechFactory()
getCredentialElement
public GSSCredentialSpi getCredentialElement(GSSNameSpi name,
int initLifetime,
int acceptLifetime,
int usage)
throws GSSException
getMechanismContext
public GSSContextSpi getMechanismContext(GSSCredentialSpi credSpi)
throws GSSException
getMechanismContext
public GSSContextSpi getMechanismContext(GSSNameSpi nameSpi,
GSSCredentialSpi credSpi,
int lifetime)
throws GSSException
getMechanismContext
public GSSContextSpi getMechanismContext(byte[] b1)
throws GSSException
getMechanismOid
public Oid getMechanismOid()
getNameElement
public GSSNameSpi getNameElement(String name,
Oid nameTypeOid)
throws GSSException
getNameElement
public GSSNameSpi getNameElement(byte[] name,
Oid nameTypeOid)
throws GSSException
getNameTypes
public Oid[] getNameTypes()
getProvider
public Provider getProvider()