Package org.apache.jackrabbit.oak.jcr.security.principal

Examples of org.apache.jackrabbit.oak.jcr.security.principal.PrincipalManagerImpl


    //--------------------------------------------------< JackrabbitSession >---

    @Override
    @Nonnull
    public PrincipalManager getPrincipalManager() throws RepositoryException {
        return TODO.unimplemented().returnValue(new PrincipalManagerImpl(
                new KernelPrincipalProvider()));
    }
View Full Code Here


    //--------------------------------------------------< JackrabbitSession >---

    @Override
    @Nonnull
    public PrincipalManager getPrincipalManager() throws RepositoryException {
        return TODO.unimplemented().returnValue(new PrincipalManagerImpl(
                new TmpPrincipalProvider()));
    }
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.oak.jcr.security.principal.PrincipalManagerImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.