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

com.icthh.xm.commons.security.XmAuthenticationConstants Maven / Gradle / Ivy

There is a newer version: 4.0.17
Show newest version
package com.icthh.xm.commons.security;

/**
 * The {@link XmAuthenticationConstants} class.
 */
public final class XmAuthenticationConstants {

    public static final String AUTH_DETAILS_USER_KEY = "user_key";
    public static final String AUTH_TENANT_KEY = "tenant";
    public static final String AUTH_ADDITIONAL_DETAILS = "additionalDetails";

    /**
     * Private utilities class constructor.
     */
    private XmAuthenticationConstants() {
        throw new IllegalAccessError("utilities class constructor not allowed to be called");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy