Class JPASAML2IdPEntity
java.lang.Object
org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
org.apache.syncope.core.persistence.jpa.entity.am.JPASAML2IdPEntity
- All Implemented Interfaces:
Serializable,SAML2IdPEntity,Entity,ProvidedKeyEntity
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
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.jpa.entity.AbstractProvidedKeyEntity
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
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
-
TABLE
- See Also:
-
-
Constructor Details
-
JPASAML2IdPEntity
public JPASAML2IdPEntity()
-
-
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
-