public Principal getUser() {
throw getException();
}
private DemoiselleException getException() {
return new AuthenticationException(getBundle().getString("authenticator-not-defined",
SecurityContext.class.getSimpleName()), new ClassNotFoundException());
}