Class JPARole
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.JPARole
- All Implemented Interfaces:
Serializable
,Entity
,ProvidedKeyEntity
,Role
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
protected static final TypeReference
<Set<String>> 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 -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
protected void
json2list
(boolean clearFirst) void
void
postLoad()
void
postSave()
void
setAnyLayout
(String anyLayout) void
setDynMembershipCond
(String dynMembershipCond) 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 Details
-
TABLE
- See Also:
-
TYPEREF
-
-
Constructor Details
-
JPARole
public JPARole()
-
-
Method Details
-
getEntitlements
- Specified by:
getEntitlements
in interfaceRole
-
getDynMembershipCond
- Specified by:
getDynMembershipCond
in interfaceRole
-
setDynMembershipCond
- Specified by:
setDynMembershipCond
in interfaceRole
-
add
-
getRealms
-
add
-
getDynRealms
- Specified by:
getDynRealms
in interfaceRole
-
getAnyLayout
- Specified by:
getAnyLayout
in interfaceRole
-
setAnyLayout
- Specified by:
setAnyLayout
in interfaceRole
-
json2list
protected void json2list(boolean clearFirst) -
postLoad
public void postLoad() -
postSave
public void postSave() -
list2json
public void list2json()
-