
net.sf.jstuff.integration.userregistry.GroupDetails Maven / Gradle / Ivy
/*
* Copyright 2010-2022 by Sebastian Thomschke and contributors.
* SPDX-License-Identifier: EPL-2.0
*/
package net.sf.jstuff.integration.userregistry;
import java.io.Serializable;
import java.util.SortedSet;
/**
* @author Sebastian Thomschke
*/
public interface GroupDetails extends Serializable {
String getDisplayName();
String getDistinguishedName();
String getGroupId();
SortedSet getMemberDNs();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy