use of javax.jcr.Credentials in project sling by apache.
the class AbstractSlingLaunchpadOakTestSupport method testExplicitAdminLogin.
@Test
public void testExplicitAdminLogin() throws RepositoryException {
final Credentials creds = new SimpleCredentials("admin", "admin".toCharArray());
slingRepository.login(creds).logout();
}
Aggregations