org.osiam.resources.scim.Group_ Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scim-schema Show documentation
Show all versions of scim-schema Show documentation
SCIM conform data types used by OSIAM services and OSIAM connector4Java for data exchange
package org.osiam.resources.scim;
import org.osiam.resources.scim.meta.SetAttribute;
import org.osiam.resources.scim.meta.SingularAttribute;
public class Group_ extends Resource_ {
public static SingularAttribute displayName = new SingularAttribute<>("displayName", Group.class, String.class);
public static SetAttribute members = new SetAttribute<>("members", Group.class, MemberRef.class);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy