Class JPASAML2SPEntity
- 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.JPASAML2SPEntity
-
- All Implemented Interfaces:
Serializable
,SAML2SPEntity
,Entity
,ProvidedKeyEntity
@Entity public class JPASAML2SPEntity extends AbstractProvidedKeyEntity implements SAML2SPEntity
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
TABLE
-
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Constructor Summary
Constructors Constructor Description JPASAML2SPEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getKeystore()
byte[]
getMetadata()
void
setKeystore(byte[] keystore)
void
setMetadata(byte[] metadata)
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
getKey, setKey
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKey
-
-
-
-
Field Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getKeystore
public byte[] getKeystore()
- Specified by:
getKeystore
in interfaceSAML2SPEntity
-
setKeystore
public void setKeystore(byte[] keystore)
- Specified by:
setKeystore
in interfaceSAML2SPEntity
-
getMetadata
public byte[] getMetadata()
- Specified by:
getMetadata
in interfaceSAML2SPEntity
-
setMetadata
public void setMetadata(byte[] metadata)
- Specified by:
setMetadata
in interfaceSAML2SPEntity
-
-