Interface Application
- 
- All Superinterfaces:
- Entity,- ProvidedKeyEntity,- Serializable
 - All Known Implementing Classes:
- JPAApplication
 
 public interface Application extends ProvidedKeyEntity 
- 
- 
Field Summary- 
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.EntityEMAIL_PATTERN, ID_PATTERN, ID_REGEX
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanadd(Privilege privilege)StringgetDescription()Optional<? extends Privilege>getPrivilege(String key)List<? extends Privilege>getPrivileges()voidsetDescription(String description)- 
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntitysetKey
 
- 
 
-