org.jacorb.security.sas
Class GSSUPCredentialSpi
java.lang.Object
org.jacorb.security.sas.GSSUPCredentialSpi
- GSSCredentialSpi
public final class GSSUPCredentialSpi
extends java.lang.Object
implements GSSCredentialSpi
This is the GSS-API Sercurity Provider Interface (SPI) for the GSSUP Credential
Version:
- David Robison
GSSUPCredentialSpi(Provider myProvider, Oid myMechOid, GSSNameSpi name, int initLifetime, int acceptLifetime, int usage)
|
GSSUPCredentialSpi
public GSSUPCredentialSpi(Provider myProvider,
Oid myMechOid,
GSSNameSpi name,
int initLifetime,
int acceptLifetime,
int usage)
dispose
public void dispose()
throws GSSException
getAcceptLifetime
public int getAcceptLifetime()
throws GSSException
getInitLifetime
public int getInitLifetime()
throws GSSException
getMechanism
public Oid getMechanism()
getName
public GSSNameSpi getName()
throws GSSException
getProvider
public Provider getProvider()
isAcceptorCredential
public boolean isAcceptorCredential()
throws GSSException
isInitiatorCredential
public boolean isInitiatorCredential()
throws GSSException