Interface AnyTemplateRealm
-
- All Superinterfaces:
AnyTemplate
,Entity
,Serializable
- All Known Implementing Classes:
JPAAnyTemplateRealm
public interface AnyTemplateRealm extends AnyTemplate
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Realm
getRealm()
void
setRealm(Realm realm)
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.AnyTemplate
get, getAnyType, set, setAnyType
-
-