Package org.modeshape.jcr.api

This package provides a set of interfaces that extend the JCR 2.0 API interfaces with additional functionality, as well as defining the Repositories interface as a generic abstraction to any container of multiple JCR Repository instances.

See:
          Description


Interface Summary
Binary Replicates JCR 2.0's javax.jcr.Binary interface.
Repositories Representation of a generic container of multiple Repository instances.
Repository An extension of JCR 2.0's Repository interface, with a few ModeShape-specific enhancements.
RepositoryFactory  
SecurityContext Deprecated. Configure each repository to use a custom AuthenthicationProvider implementation
Value Replicates JCR 2.0's javax.jcr.Value interface with the ability to return a Binary representation.
Workspace An extension of JCR 2.0's Workspace interface, with a few ModeShape-specific enhancements.
 

Class Summary
AnonymousCredentials A Credentials implementation that can be used to represent anonymous users when ModeShape is configured to allow anonymous users.
JaasCredentials A Credentials implementation that encapsulates an existing JAAS LoginContext instance.
SecurityContextCredentials Deprecated. Configure each repository to use a custom AuthenthicationProvider implementation
ServletCredentials A Credentials implementation that assumes servlet-based authentication and provides authorization through the servlet role-checking mechanism.
 

Package org.modeshape.jcr.api Description

This package provides a set of interfaces that extend the JCR 2.0 API interfaces with additional functionality, as well as defining the Repositories interface as a generic abstraction to any container of multiple JCR Repository instances.



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.