Interface Privilege
-
- All Superinterfaces:
Entity,ProvidedKeyEntity,Serializable
- All Known Implementing Classes:
JPAPrivilege
public interface Privilege extends ProvidedKeyEntity
-
-
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 ApplicationgetApplication()StringgetDescription()StringgetSpec()voidsetApplication(Application application)voidsetDescription(String description)voidsetSpec(String spec)-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKey
-
-
-
-
Method Detail
-
getApplication
Application getApplication()
-
setApplication
void setApplication(Application application)
-
getDescription
String getDescription()
-
setDescription
void setDescription(String description)
-
getSpec
String getSpec()
-
setSpec
void setSpec(String spec)
-
-