Class AbstractRepository

java.lang.Object
org.apache.jackrabbit.commons.AbstractRepository
All Implemented Interfaces:
Repository
Direct Known Subclasses:
EmptyRepository, ProxyRepository

public abstract class AbstractRepository extends Object implements Repository
Abstract base class for implementing the JCR Repository interface.

This class implements the three utility login methods by calling the Repository.login(Credentials, String) method with null arguments as specified in the JCR API.