org.jacorb.security.sas

Class GSSUPCredentialSpi

Implemented Interfaces:
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:
$Id: GSSUPCredentialSpi.java,v 1.6 2004/05/06 12:40:01 nicolas Exp $

Author:
David Robison

Constructor Summary

GSSUPCredentialSpi(Provider myProvider, Oid myMechOid, GSSNameSpi name, int initLifetime, int acceptLifetime, int usage)

Method Summary

void
dispose()
int
getAcceptLifetime()
int
getInitLifetime()
Oid
getMechanism()
GSSNameSpi
getName()
Provider
getProvider()
boolean
isAcceptorCredential()
boolean
isInitiatorCredential()

Constructor Details

GSSUPCredentialSpi

public GSSUPCredentialSpi(Provider myProvider,
                          Oid myMechOid,
                          GSSNameSpi name,
                          int initLifetime,
                          int acceptLifetime,
                          int usage)

Method Details

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