Class JPAPrivilege
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
-
- org.apache.syncope.core.persistence.jpa.entity.JPAPrivilege
-
- All Implemented Interfaces:
Serializable
,Entity
,Privilege
,ProvidedKeyEntity
@Entity @PrivilegeCheck public class JPAPrivilege extends AbstractProvidedKeyEntity implements Privilege
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
TABLE
-
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Constructor Summary
Constructors Constructor Description JPAPrivilege()
-
Method Summary
All Methods Instance Methods Concrete 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 class org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
getKey, setKey
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKey
-
-
-
-
Field Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getApplication
public Application getApplication()
- Specified by:
getApplication
in interfacePrivilege
-
setApplication
public void setApplication(Application application)
- Specified by:
setApplication
in interfacePrivilege
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfacePrivilege
-
setDescription
public void setDescription(String description)
- Specified by:
setDescription
in interfacePrivilege
-
-