Class Neo4jSAML2IdPEntity
java.lang.Object
org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractProvidedKeyNode
org.apache.syncope.core.persistence.neo4j.entity.am.Neo4jSAML2IdPEntity
- All Implemented Interfaces:
Serializable,SAML2IdPEntity,Entity,ProvidedKeyEntity
@Node("SAML2IdPEntity")
public class Neo4jSAML2IdPEntity
extends AbstractProvidedKeyNode
implements SAML2IdPEntity
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]byte[]byte[]byte[]byte[]voidsetEncryptionCertificate(byte[] encryptionCertificate) voidsetEncryptionKey(byte[] encryptionKey) voidsetMetadata(byte[] metadata) voidsetSigningCertificate(byte[] signingCertificate) voidsetSigningKey(byte[] signingKey) Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractProvidedKeyNode
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
checkImplementationType, checkType, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKey
-
Field Details
-
NODE
- See Also:
-
-
Constructor Details
-
Neo4jSAML2IdPEntity
public Neo4jSAML2IdPEntity()
-
-
Method Details
-
getMetadata
public byte[] getMetadata()- Specified by:
getMetadatain interfaceSAML2IdPEntity
-
setMetadata
public void setMetadata(byte[] metadata) - Specified by:
setMetadatain interfaceSAML2IdPEntity
-
getSigningCertificate
public byte[] getSigningCertificate()- Specified by:
getSigningCertificatein interfaceSAML2IdPEntity
-
setSigningCertificate
public void setSigningCertificate(byte[] signingCertificate) - Specified by:
setSigningCertificatein interfaceSAML2IdPEntity
-
getSigningKey
public byte[] getSigningKey()- Specified by:
getSigningKeyin interfaceSAML2IdPEntity
-
setSigningKey
public void setSigningKey(byte[] signingKey) - Specified by:
setSigningKeyin interfaceSAML2IdPEntity
-
getEncryptionCertificate
public byte[] getEncryptionCertificate()- Specified by:
getEncryptionCertificatein interfaceSAML2IdPEntity
-
setEncryptionCertificate
public void setEncryptionCertificate(byte[] encryptionCertificate) - Specified by:
setEncryptionCertificatein interfaceSAML2IdPEntity
-
getEncryptionKey
public byte[] getEncryptionKey()- Specified by:
getEncryptionKeyin interfaceSAML2IdPEntity
-
setEncryptionKey
public void setEncryptionKey(byte[] encryptionKey) - Specified by:
setEncryptionKeyin interfaceSAML2IdPEntity
-