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 TypeMethodDescriptionboolean
int
hashCode()
void
setEncryptionCertificate
(String encryptionCertificate) void
setEncryptionKey
(String encryptionKey) void
setMetadata
(String metadata) void
setSigningCertificate
(String signingCertificate) void
setSigningKey
(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:
hashCode
in classSAML2EntityTO
-
equals
- Overrides:
equals
in classSAML2EntityTO
-