X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db.procore%2Fsrc%2Ffi%2Fvtt%2Fsimantics%2Fprocore%2FBackdoorAuthenticator.java;h=d2ace951086f69d87c3d5d828aa726026b156c94;hb=62201fffbf97905cd7cce3b68458f519a64a26d3;hp=350dbad47e1f12a546d7ce9da0cd400734b0c757;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/BackdoorAuthenticator.java b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/BackdoorAuthenticator.java index 350dbad47..d2ace9510 100644 --- a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/BackdoorAuthenticator.java +++ b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/BackdoorAuthenticator.java @@ -1,38 +1,38 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package fi.vtt.simantics.procore; - -import org.simantics.db.RequestProcessor; -import org.simantics.db.Resource; -import org.simantics.db.authentication.UserAuthenticator; -import org.simantics.db.exception.InvalidAuthenticationException; -import org.simantics.db.exception.InvalidUserException; - -public class BackdoorAuthenticator implements UserAuthenticator { - - @Override - public Resource getUser(RequestProcessor processor) throws InvalidUserException, InvalidAuthenticationException { - return null; - } - - @Override - public String remoteDigest() { - return null; - } - - @Override - public String userName() { - return null; - } - - -} +/******************************************************************************* + * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * in Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package fi.vtt.simantics.procore; + +import org.simantics.db.RequestProcessor; +import org.simantics.db.Resource; +import org.simantics.db.authentication.UserAuthenticator; +import org.simantics.db.exception.InvalidAuthenticationException; +import org.simantics.db.exception.InvalidUserException; + +public class BackdoorAuthenticator implements UserAuthenticator { + + @Override + public Resource getUser(RequestProcessor processor) throws InvalidUserException, InvalidAuthenticationException { + return null; + } + + @Override + public String remoteDigest() { + return null; + } + + @Override + public String userName() { + return null; + } + + +}