//--------------------------------------------------< JackrabbitSession >---
@Override
@Nonnull
public PrincipalManager getPrincipalManager() throws RepositoryException {
return TODO.unimplemented().returnValue(new PrincipalManagerImpl(
new KernelPrincipalProvider()));
}