All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sdl.dxa.common.ClaimValues Maven / Gradle / Ivy

Go to download

DXA Common project contains framework common classes shared between all other artifacts

There is a newer version: 2.3.7
Show newest version
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