com.plumtree.server
Interface IPTAuthSourceProviderRegistry


public interface IPTAuthSourceProviderRegistry

This class is no longer used as of v5.0.


Method Summary
 IPTQueryResult GetAuthSourceProviderInfo(java.lang.String bstrAuthSourceProviderCLSID)
          Deprecated. Retrieves a provider.
 IPTQueryResult GetRegisteredAuthSourceProviders()
          Deprecated. Returns a list of all providers.
 void Register(IPTAuthSourceProvider pAuthSourceProvider)
          Deprecated. Registers a provider.
 void UnRegister(java.lang.String bstrAuthSourceProviderCLSID)
          Deprecated. Unregisters a provider.
 

Method Detail

Register

public void Register(IPTAuthSourceProvider pAuthSourceProvider)
Deprecated. 
Registers a provider.
Parameters:
pAuthSourceProvider - a provider

UnRegister

public void UnRegister(java.lang.String bstrAuthSourceProviderCLSID)
Deprecated. 
Unregisters a provider.
Parameters:
bstrAuthSourceProviderCLSID - a provider clsid

GetAuthSourceProviderInfo

public IPTQueryResult GetAuthSourceProviderInfo(java.lang.String bstrAuthSourceProviderCLSID)
Deprecated. 
Retrieves a provider.
Parameters:
bstrAuthSourceProviderCLSID - a provider clsid
Returns:
an IPTQueryResult

GetRegisteredAuthSourceProviders

public IPTQueryResult GetRegisteredAuthSourceProviders()
Deprecated. 
Returns a list of all providers.
Returns:
an IPTQueryResult


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.