Interface AnyTemplate
-
- All Superinterfaces:
Entity
,Serializable
- All Known Subinterfaces:
AnyTemplatePullTask
,AnyTemplateRealm
,OIDCC4UIUserTemplate
,SAML2SP4UIUserTemplate
- All Known Implementing Classes:
AbstractAnyTemplate
,JPAAnyTemplatePullTask
,JPAAnyTemplateRealm
,JPAOIDCC4UIUserTemplate
,JPASAML2SP4UIUserTemplate
public interface AnyTemplate extends Entity
-
-
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 AnyTO
get()
AnyType
getAnyType()
void
set(AnyTO template)
void
setAnyType(AnyType anyType)
-