public final class TrustedCertificateGroupModel extends Object
TrustedCertificateGroupModel, a plugin should define
a field in its PluginConfiguration with a type of TrustedCertificateGroupModel and configure the
associated ConfigurationField to use a ConfigurationModelAccessor of
TrustedCertificateGroupAccessor.
A TrustedCertificateGroupModel is guaranteed to be uniquely identified by the id returned from
getId()). This field is also the only field utilized for hashCode() and equals(Object).| Constructor and Description |
|---|
TrustedCertificateGroupModel(String id,
String name,
Collection<X509Certificate> certificates)
Construct a
TrustedCertificateGroupModel. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<X509Certificate> |
getCertificates() |
String |
getId() |
String |
getName() |
int |
hashCode() |
public TrustedCertificateGroupModel(String id, String name, Collection<X509Certificate> certificates)
TrustedCertificateGroupModel.id - the id of the associated trusted certificate groupname - the name of the associated trusted certificate groupcertificates - the certificates in the associated trusted certificate grouppublic String getId()
public String getName()
public Collection<X509Certificate> getCertificates()
Copyright 2023 Ping Identity Corp. All rights reserved.