org.jacorb.security.sas
Class GSSUPProvider

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byjava.security.Provider
                  extended byorg.jacorb.security.sas.GSSUPProvider
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class GSSUPProvider
extends java.security.Provider

This is the GSS-API Sercurity Provider Interface (SPI) Provider for the GSSUP Name

Version:
$Id: GSSUPProvider.java,v 1.7 2003/11/25 18:40:25 david.robison Exp $
Author:
David Robison
See Also:
Serialized Form

Field Summary
protected static Codec codec
           
protected static ORB orb
           
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
GSSUPProvider()
          Returns the default GSSManager implementation.
 
Methods inherited from class java.security.Provider
clear, entrySet, getInfo, getName, getVersion, keySet, load, put, putAll, remove, toString, values
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, elements, equals, get, hashCode, isEmpty, keys, rehash, size
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

orb

protected static ORB orb

codec

protected static Codec codec
Constructor Detail

GSSUPProvider

public GSSUPProvider()
Returns the default GSSManager implementation.