Package org.apache.syncope.common.lib.to
Class SAML2IdPEntityTO
java.lang.Object
org.apache.syncope.common.lib.to.SAML2EntityTO
org.apache.syncope.common.lib.to.SAML2IdPEntityTO
- All Implemented Interfaces:
Serializable,BaseBean,EntityTO
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetEncryptionCertificate(String encryptionCertificate) voidsetEncryptionKey(String encryptionKey) voidsetMetadata(String metadata) voidsetSigningCertificate(String signingCertificate) voidsetSigningKey(String signingKey) Methods inherited from class org.apache.syncope.common.lib.to.SAML2EntityTO
getKey, setKey, toString
-
Constructor Details
-
SAML2IdPEntityTO
public SAML2IdPEntityTO()
-
-
Method Details
-
getMetadata
-
setMetadata
-
getSigningCertificate
-
setSigningCertificate
-
getSigningKey
-
setSigningKey
-
getEncryptionCertificate
-
setEncryptionCertificate
-
getEncryptionKey
-
setEncryptionKey
-
hashCode
public int hashCode()- Overrides:
hashCodein classSAML2EntityTO
-
equals
- Overrides:
equalsin classSAML2EntityTO
-