Package org.pentaho.platform.repository2.unified.jcr.sejcr

This package contains customizations to classes in the Spring Extension for Java Content Repository (SE-JCR) project.

See:
          Description

Interface Summary
CredentialsStrategy Determines the credentials passed to session.login().
 

Class Summary
ConstantCredentialsStrategy Uses hard-coded credentials.
CredentialsStrategyJackrabbitSessionFactory Copy-and-paste of org.springframework.extensions.jcr.jackrabbit.JackrabbitSessionFactory except that it extends CredentialsStrategySessionFactory.
CredentialsStrategySessionFactory Copy-and-paste of JcrSessionFactory except that this implementation delegates to a CredentialsStrategy implementation for getting a Credentials instance.
PentahoJcrTemplate Copy of superclass' execute with better exception conversions.
PentahoSessionCredentialsStrategy A CredentialsStrategy that creates credentials from the current IPentahoSession.
 

Package org.pentaho.platform.repository2.unified.jcr.sejcr Description

This package contains customizations to classes in the Spring Extension for Java Content Repository (SE-JCR) project. See Spring Extension JCR.