com.silverpeas.jcrutil.security.impl
Class RepositoryHelper

java.lang.Object
  extended by com.silverpeas.jcrutil.security.impl.RepositoryHelper
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class RepositoryHelper
extends Object
implements org.springframework.context.ApplicationContextAware


Field Summary
static String JRC_ACCESS_MANAGER
           
static String JRC_LOGIN_MODULE
           
 
Method Summary
static RepositoryHelper getInstance()
           
static org.apache.jackrabbit.core.security.AccessManager getJcrAccessManager()
           
static LoginModule getJcrLoginModule()
           
 void setApplicationContext(org.springframework.context.ApplicationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JRC_LOGIN_MODULE

public static final String JRC_LOGIN_MODULE
See Also:
Constant Field Values

JRC_ACCESS_MANAGER

public static final String JRC_ACCESS_MANAGER
See Also:
Constant Field Values
Method Detail

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext context)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

getInstance

public static RepositoryHelper getInstance()

getJcrLoginModule

public static LoginModule getJcrLoginModule()

getJcrAccessManager

public static org.apache.jackrabbit.core.security.AccessManager getJcrAccessManager()


Copyright © 2016 Silverpeas. All Rights Reserved.