Authority.java

package ntnu.idatt2016.v233.SmartMat.dto.enums;

/**
 * Authority is a enum representing an authority in the system.
 *
 * @author Birk
 * @version 2.0
 *
 */
public enum Authority{
    USER,
    ADMIN
}