com.coveo.pushapiclient.SecurityIdentityAliasModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of push-api-client.java Show documentation
Show all versions of push-api-client.java Show documentation
Coveo Push API client. See more on https://github.com/coveo/push-api-client.java
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