public class

OrphanedTrustCertificate

extends Object
java.lang.Object
   ↳ com.atlassian.applinks.core.auth.OrphanedTrustCertificate

Class Overview

POJO for identifying an orphaned trust relationship

Summary

Nested Classes
enum OrphanedTrustCertificate.Type  
Public Constructors
OrphanedTrustCertificate(String id, String description, OrphanedTrustCertificate.Type type)
Public Methods
String getDescription()
String getId()
OrphanedTrustCertificate.Type getType()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public OrphanedTrustCertificate (String id, String description, OrphanedTrustCertificate.Type type)

Public Methods

public String getDescription ()

Returns
  • a description specific to this certificate, or null if no useful description is available

public String getId ()

Returns
  • The id of the trust certificate

public OrphanedTrustCertificate.Type getType ()

Returns