com.coveo.pushapiclient.SecurityIdentityModelBase 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;
public class SecurityIdentityModelBase {
public final IdentityModel identity;
public final IdentityModel[] wellKnowns;
public SecurityIdentityModelBase(IdentityModel identity, IdentityModel[] wellKnowns) {
this.identity = identity;
this.wellKnowns = wellKnowns;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy