package eu.europeana.cloud.common.web; /** * Constants for the AAS. * * Shared between the Wrapper and the Rest API. */ public final class AASParamConstants { private AASParamConstants() { } public static final String P_USER_NAME = "username"; public static final String P_PASSWORD = "password"; public static final String P_PERMISSION = "permission"; }