org.osiam.resources.scim.meta.MapAttribute 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.meta;
public class MapAttribute extends Attribute {
public MapAttribute(String name, Class ownerClazz, Class typeClazz) {
super(name, ownerClazz, typeClazz);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy