Package org.apache.jackrabbit.oak.jcr.repository

Examples of org.apache.jackrabbit.oak.jcr.repository.RepositoryImpl.login()


                    attrs.put(RepositoryImpl.REFRESH_INTERVAL, 0);
                    // TODO OAK-803: Backwards compatibility of long-lived
                    // sessions
                    // Remove dependency on implementation specific API
                    RepositoryImpl repo = (RepositoryImpl) OakSlingRepository.this.getRepository();
                    return repo.login(null, null, attrs);
                }
            }, null);
        } catch (PrivilegedActionException e) {
            throw new RepositoryException("failed to retrieve admin session.", e);
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.