From 932e591e05aa364ad9205f1b98a1247d6a54c590 Mon Sep 17 00:00:00 2001 From: Mike Mazur Date: Mon, 16 Feb 2009 02:26:52 +0000 Subject: Move NullAuthentication and AuthorizeAll extensions to plugins. --- OpenSim/Grid/AssetInventoryServer/Interfaces.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Grid/AssetInventoryServer/Interfaces.cs') diff --git a/OpenSim/Grid/AssetInventoryServer/Interfaces.cs b/OpenSim/Grid/AssetInventoryServer/Interfaces.cs index c4aa7ac..19298c5 100644 --- a/OpenSim/Grid/AssetInventoryServer/Interfaces.cs +++ b/OpenSim/Grid/AssetInventoryServer/Interfaces.cs @@ -102,14 +102,14 @@ namespace OpenSim.Grid.AssetInventoryServer BackendResponse TryPurgeFolder(Uri owner, UUID folderID); } - public interface IAuthenticationProvider + public interface IAuthenticationProvider : IAssetInventoryServerPlugin { void AddIdentifier(UUID authToken, Uri identifier); bool RemoveIdentifier(UUID authToken); bool TryGetIdentifier(UUID authToken, out Uri identifier); } - public interface IAuthorizationProvider + public interface IAuthorizationProvider : IAssetInventoryServerPlugin { bool IsMetadataAuthorized(UUID authToken, UUID assetID); /// -- cgit v1.1