org.exist.security.realm.TransformationContext Maven / Gradle / Ivy
package org.exist.security.realm;
import java.util.List;
/**
* @author aretter
*/
public interface TransformationContext {
List getAdditionalGroups();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy