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
public class SAML2SPEntityTO extends SAML2EntityTO
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSAML2SPEntityTO.Builder
-
Constructor Summary
Constructors Constructor Description SAML2SPEntityTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetKeystore()StringgetMetadata()inthashCode()voidsetKeystore(String keystore)voidsetMetadata(String metadata)-
Methods inherited from class org.apache.syncope.common.lib.to.SAML2EntityTO
getKey, setKey, toString
-
-
-
-
Method Detail
-
getKeystore
public String getKeystore()
-
setKeystore
public void setKeystore(String keystore)
-
getMetadata
public String getMetadata()
-
setMetadata
public void setMetadata(String metadata)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSAML2EntityTO
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classSAML2EntityTO
-
-