Package org.apache.syncope.common.lib.to
Class SAML2SPEntityTO
java.lang.Object
org.apache.syncope.common.lib.to.SAML2EntityTO
org.apache.syncope.common.lib.to.SAML2SPEntityTO
- All Implemented Interfaces:
Serializable
,BaseBean
,EntityTO
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setKeystore
(String keystore) void
setMetadata
(String metadata) Methods inherited from class org.apache.syncope.common.lib.to.SAML2EntityTO
getKey, setKey, toString
-
Constructor Details
-
SAML2SPEntityTO
public SAML2SPEntityTO()
-
-
Method Details
-
getKeystore
-
setKeystore
-
getMetadata
-
setMetadata
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSAML2EntityTO
-
equals
- Overrides:
equals
in classSAML2EntityTO
-