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

io.soffa.service.context.GrantedRole Maven / Gradle / Ivy

package io.soffa.service.context;

public interface GrantedRole {

    String HAS_APPLICATION = "ctx-application";
    String HAS_TENANT_ID = "ctx-tenant";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy