public class SamlCertificateStatus extends Object
| Constructor and Description |
|---|
SamlCertificateStatus() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isIdpCertificateFile() |
boolean |
isPrivateKeyFile() |
boolean |
isPublicCertificateFile() |
void |
setIdpCertificateFile(boolean idpCertificateFile) |
void |
setPrivateKeyFile(boolean privateKeyFile) |
void |
setPublicCertificateFile(boolean publicCertificateFile) |
String |
toString() |
public boolean isIdpCertificateFile()
public boolean isPrivateKeyFile()
public boolean isPublicCertificateFile()
public void setIdpCertificateFile(boolean idpCertificateFile)
public void setPrivateKeyFile(boolean privateKeyFile)
public void setPublicCertificateFile(boolean publicCertificateFile)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.