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

org.osiam.resources.scim.meta.MapAttribute Maven / Gradle / Ivy

Go to download

SCIM conform data types used by OSIAM services and OSIAM connector4Java for data exchange

There is a newer version: 1.6
Show newest version
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