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 Application
getApplication()
String
getDescription()
String
getSpec()
void
setApplication(Application application)
void
setDescription(String description)
void
setSpec(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)
-
-