Class JPAAuthModule
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.JPAAuthModule
- All Implemented Interfaces:
Serializable,AuthModule,Entity,ProvidedKeyEntity
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected static final TypeReference<List<Item>> Fields 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 TypeMethodDescriptiongetConf()getItems()intgetOrder()getState()protected voidjson2list(boolean clearFirst) voidvoidpostLoad()voidpostSave()voidsetConf(AuthModuleConf conf) voidsetDescription(String description) voidsetOrder(int order) voidsetState(AuthModuleState state) 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:
-
TYPEREF
-
-
Constructor Details
-
JPAAuthModule
public JPAAuthModule()
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceAuthModule
-
setDescription
- Specified by:
setDescriptionin interfaceAuthModule
-
getState
- Specified by:
getStatein interfaceAuthModule
-
setState
- Specified by:
setStatein interfaceAuthModule
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceAuthModule
-
setOrder
public void setOrder(int order) - Specified by:
setOrderin interfaceAuthModule
-
getItems
- Specified by:
getItemsin interfaceAuthModule
-
getConf
- Specified by:
getConfin interfaceAuthModule
-
setConf
- Specified by:
setConfin interfaceAuthModule
-
json2list
protected void json2list(boolean clearFirst) -
postLoad
public void postLoad() -
postSave
public void postSave() -
list2json
public void list2json()
-