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
@Entity public class JPAAuthModule extends AbstractProvidedKeyEntity implements AuthModule
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTABLEprotected static TypeReference<List<Item>>TYPEREF-
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 JPAAuthModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthModuleConfgetConf()StringgetDescription()List<Item>getItems()intgetOrder()AuthModuleStategetState()protected voidjson2list(boolean clearFirst)voidlist2json()voidpostLoad()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, 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
-
TYPEREF
protected static final TypeReference<List<Item>> TYPEREF
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceAuthModule
-
setDescription
public void setDescription(String description)
- Specified by:
setDescriptionin interfaceAuthModule
-
getState
public AuthModuleState getState()
- Specified by:
getStatein interfaceAuthModule
-
setState
public void setState(AuthModuleState state)
- Specified by:
setStatein interfaceAuthModule
-
getOrder
public int getOrder()
- Specified by:
getOrderin interfaceAuthModule
-
setOrder
public void setOrder(int order)
- Specified by:
setOrderin interfaceAuthModule
-
getItems
public List<Item> getItems()
- Specified by:
getItemsin interfaceAuthModule
-
getConf
public AuthModuleConf getConf()
- Specified by:
getConfin interfaceAuthModule
-
setConf
public void setConf(AuthModuleConf conf)
- Specified by:
setConfin interfaceAuthModule
-
json2list
protected void json2list(boolean clearFirst)
-
postLoad
public void postLoad()
-
postSave
public void postSave()
-
list2json
public void list2json()
-
-