All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.auth.AuthRealmResource

java.lang.Object
   |
   +----w3c.tools.store.AttributeHolder
           |
           +----w3c.tools.store.Resource
                   |
                   +----w3c.jigsaw.resources.HTTPResource
                           |
                           +----w3c.jigsaw.auth.AuthRealmResource

public class AuthRealmResource
extends HTTPResource
implements ContainerInterface

Variable Index

 o realm

Constructor Index

 o AuthRealmResource()
 o AuthRealmResource(AuthRealm)

Method Index

 o delete()
Delete this resource and notifies its container.
 o delete(String)
 o enumerateResourceIdentifiers(boolean)
 o getResourceStore(ResourceStoreHolder)
 o hasResourceStore()
 o lookup(String)
 o registerResource(String, Resource, Hashtable)

Variables

 o realm
 protected AuthRealm realm

Constructors

 o AuthRealmResource
 public AuthRealmResource(AuthRealm realm)
 o AuthRealmResource
 public AuthRealmResource()

Methods

 o hasResourceStore
 public boolean hasResourceStore()
 o getResourceStore
 public ResourceStore getResourceStore(ResourceStoreHolder holder)
 o enumerateResourceIdentifiers
 public Enumeration enumerateResourceIdentifiers(boolean all)
 o lookup
 public Resource lookup(String name)
 o delete
 public void delete()
Delete this resource and notifies its container.

Overrides:
delete in class HTTPResource
 o delete
 public void delete(String name)
 o registerResource
 public void registerResource(String name,
                              Resource resource,
                              Hashtable defs)

All Packages  Class Hierarchy  This Package  Previous  Next  Index