Class JPASecurityQuestion
java.lang.Object
org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
org.apache.syncope.core.persistence.jpa.entity.user.JPASecurityQuestion
- All Implemented Interfaces:
Serializable,Entity,SecurityQuestion
@Entity
public class JPASecurityQuestion
extends AbstractGeneratedKeyEntity
implements SecurityQuestion
- 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
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Field Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPASecurityQuestion
public JPASecurityQuestion()
-
-
Method Details
-
getContent
- Specified by:
getContentin interfaceSecurityQuestion
-
setContent
- Specified by:
setContentin interfaceSecurityQuestion
-