org.glite.security.authz.providers
Class AuthzProvider

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byjava.security.Provider
                  extended byorg.glite.security.authz.providers.AuthzProvider
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public final class AuthzProvider
extends java.security.Provider

Provider for implementation of ServiceAuthorizationChains.

See Also:
ServiceAuthorizationChain, Serialized Form

Constructor Summary
AuthzProvider()
          Constructor.
 
Method Summary
static void addProvider()
          adds provider to global list of trusted security providers.
static AuthzProvider getInstance()
          gets an instance of a provider.
 
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, size
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthzProvider

public AuthzProvider()
Constructor.

Method Detail

getInstance

public static AuthzProvider getInstance()
gets an instance of a provider.

Returns:
provider instance

addProvider

public static void addProvider()
adds provider to global list of trusted security providers.