UserStyle.java

package com.tradecloud.authentication;

/**
 * This is normally used by the UI. It will the type of user, and will determine which landing page the user goes to.
 *
 * @author jon
 */
public enum UserStyle {
    FULL,
    LITE
}