private AuthenticationSession authenticateInstance(PasswordAuthenticationRequest passwordAuthenticationRequest) {
if ((deploymentType.isExploring() || deploymentType.isPrototyping()) &&
logonFixture != null) {
return new SimpleSession(logonFixture.getUsername(), logonFixture.getRoles());
}
if (deploymentType.isExploring()) {
return new ExplorationSession();
}