Skip to content

Commit

Permalink
Bug 459781 - Customizable authentication & authorization:
Browse files Browse the repository at this point in the history
Removed warnings & fixed POM of p2repo
  • Loading branch information
edgarmueller committed Feb 12, 2015
1 parent 807fd42 commit 9e9a8b6
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 177 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* 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:
******************************************************************************/
package org.eclipse.emf.emfstore.internal.server.model.accesscontrol;
Expand All @@ -15,7 +15,7 @@
/**
* <!-- begin-user-doc --> The <b>Factory</b> for the model. It provides a
* create method for each non-abstract class of the model. <!-- end-user-doc -->
*
*
* @see org.eclipse.emf.emfstore.internal.server.model.accesscontrol.AccesscontrolPackage
* @generated
*/
Expand All @@ -24,7 +24,7 @@ public interface AccesscontrolFactory extends EFactory {
* The singleton instance of the factory.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
*
*
* @generated
*/
AccesscontrolFactory eINSTANCE = org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl.AccesscontrolFactoryImpl
Expand All @@ -34,7 +34,7 @@ public interface AccesscontrolFactory extends EFactory {
* Returns a new object of class '<em>AC User</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
*
* @return a new object of class '<em>AC User</em>'.
* @generated
*/
Expand All @@ -44,17 +44,18 @@ public interface AccesscontrolFactory extends EFactory {
* Returns a new object of class '<em>AC Org Unit</em>'.
* <!-- begin-user-doc
* --> <!-- end-user-doc -->
*
*
* @return a new object of class '<em>AC Org Unit</em>'.
* @generated
*/
@SuppressWarnings("rawtypes")
ACOrgUnit createACOrgUnit();

/**
* Returns a new object of class '<em>AC Group</em>'.
* <!-- begin-user-doc
* --> <!-- end-user-doc -->
*
*
* @return a new object of class '<em>AC Group</em>'.
* @generated
*/
Expand All @@ -63,7 +64,7 @@ public interface AccesscontrolFactory extends EFactory {
/**
* Returns a new object of class '<em>AC Org Unit Id</em>'. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
*
* @return a new object of class '<em>AC Org Unit Id</em>'.
* @generated
*/
Expand All @@ -72,7 +73,7 @@ public interface AccesscontrolFactory extends EFactory {
/**
* Returns a new object of class '<em>Org Unit Property</em>'. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
*
* @return a new object of class '<em>Org Unit Property</em>'.
* @generated
*/
Expand All @@ -82,7 +83,7 @@ public interface AccesscontrolFactory extends EFactory {
* Returns the package supported by this factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
*
* @return the package supported by this factory.
* @generated
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* 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:
******************************************************************************/
package org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl;
Expand All @@ -26,15 +26,15 @@
/**
* <!-- begin-user-doc --> An implementation of the model <b>Factory</b>. <!--
* end-user-doc -->
*
*
* @generated
*/
public class AccesscontrolFactoryImpl extends EFactoryImpl implements AccesscontrolFactory {
/**
* Creates the default factory implementation.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
*
*
* @generated
*/
public static AccesscontrolFactory init() {
Expand All @@ -57,7 +57,7 @@ public static AccesscontrolFactory init() {
* Creates an instance of the factory.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
*
*
* @generated
*/
public AccesscontrolFactoryImpl() {
Expand All @@ -66,7 +66,7 @@ public AccesscontrolFactoryImpl() {

/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
*
* @generated
*/
@Override
Expand All @@ -90,7 +90,7 @@ public EObject create(EClass eClass) {

/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
*
* @generated
*/
public ACUser createACUser() {
Expand All @@ -100,17 +100,18 @@ public ACUser createACUser() {

/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
*
* @generated
*/
@SuppressWarnings("rawtypes")
public ACOrgUnit createACOrgUnit() {
final ACOrgUnitImpl acOrgUnit = new ACOrgUnitImpl();
return acOrgUnit;
}

/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
*
* @generated
*/
public ACGroup createACGroup() {
Expand All @@ -120,7 +121,7 @@ public ACGroup createACGroup() {

/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
*
* @generated
*/
public ACOrgUnitId createACOrgUnitId() {
Expand All @@ -130,7 +131,7 @@ public ACOrgUnitId createACOrgUnitId() {

/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
*
* @generated
*/
public OrgUnitProperty createOrgUnitProperty() {
Expand All @@ -140,7 +141,7 @@ public OrgUnitProperty createOrgUnitProperty() {

/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
*
* @generated
*/
public AccesscontrolPackage getAccesscontrolPackage() {
Expand All @@ -149,7 +150,7 @@ public AccesscontrolPackage getAccesscontrolPackage() {

/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
*
* @deprecated
* @generated
*/
Expand Down
Loading

0 comments on commit 9e9a8b6

Please sign in to comment.