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
Modifier 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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
getPrivileges
(Application application) 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
-
add
-
getPrivileges
- Specified by:
getPrivileges
in interfaceRole
-
getPrivileges
- Specified by:
getPrivileges
in interfaceRole
-
json2list
protected void json2list(boolean clearFirst) -
postLoad
public void postLoad() -
postSave
public void postSave() -
list2json
public void list2json()
-