org.jacorb.security.sas
Class GSSUPCredentialSpi

java.lang.Object
  extended byorg.jacorb.security.sas.GSSUPCredentialSpi

public final class GSSUPCredentialSpi
extends java.lang.Object

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(java.security.Provider myProvider, org.ietf.jgss.Oid myMechOid, GSSNameSpi name, int initLifetime, int acceptLifetime, int usage)
           
 
Method Summary
 void dispose()
           
 int getAcceptLifetime()
           
 int getInitLifetime()
           
 org.ietf.jgss.Oid getMechanism()
           
 GSSNameSpi getName()
           
 java.security.Provider getProvider()
           
 boolean isAcceptorCredential()
           
 boolean isInitiatorCredential()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSSUPCredentialSpi

public GSSUPCredentialSpi(java.security.Provider myProvider,
                          org.ietf.jgss.Oid myMechOid,
                          GSSNameSpi name,
                          int initLifetime,
                          int acceptLifetime,
                          int usage)
Method Detail

getProvider

public java.security.Provider getProvider()

dispose

public void dispose()
             throws org.ietf.jgss.GSSException
Throws:
org.ietf.jgss.GSSException

getName

public GSSNameSpi getName()
                   throws org.ietf.jgss.GSSException
Throws:
org.ietf.jgss.GSSException

getInitLifetime

public int getInitLifetime()
                    throws org.ietf.jgss.GSSException
Throws:
org.ietf.jgss.GSSException

getAcceptLifetime

public int getAcceptLifetime()
                      throws org.ietf.jgss.GSSException
Throws:
org.ietf.jgss.GSSException

isInitiatorCredential

public boolean isInitiatorCredential()
                              throws org.ietf.jgss.GSSException
Throws:
org.ietf.jgss.GSSException

isAcceptorCredential

public boolean isAcceptorCredential()
                             throws org.ietf.jgss.GSSException
Throws:
org.ietf.jgss.GSSException

getMechanism

public org.ietf.jgss.Oid getMechanism()