
com.sdl.dxa.common.ClaimValues Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dxa-common Show documentation
Show all versions of dxa-common Show documentation
DXA Common project contains framework common classes shared between all other artifacts
package com.sdl.dxa.common;
import java.net.URI;
public class ClaimValues {
public static String ISH_MODULE_PREFIX = "taf:ish:";
public static final String ISH_CONDITIONS = ISH_MODULE_PREFIX + "userconditions";
public static final URI ISH_CONDITIONS_MERGED = URI.create(ISH_MODULE_PREFIX + "userconditions:merged");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy