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

com.coveo.pushapiclient.SecurityIdentityAliasModel Maven / Gradle / Ivy

The newest version!
package com.coveo.pushapiclient;

/**
 * See [User Alias Definition Examples](https://docs.coveo.com/en/46).
 */
public class SecurityIdentityAliasModel extends SecurityIdentityModelBase {
    public final AliasMapping[] mappings;

    public SecurityIdentityAliasModel(AliasMapping[] mappings, IdentityModel identity, IdentityModel[] wellKnowns) {
        super(identity, wellKnowns);
        this.mappings = mappings;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy