Class JPADelegation
java.lang.Object
org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
org.apache.syncope.core.persistence.jpa.entity.JPADelegation
- All Implemented Interfaces:
Serializable
,Delegation
,Entity
@Entity
@DelegationCheck
public class JPADelegation
extends AbstractGeneratedKeyEntity
implements Delegation
- See Also:
-
Field Summary
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getEnd()
getRoles()
getStart()
void
setDelegated
(User delegated) void
setDelegating
(User delegating) void
setEnd
(OffsetDateTime end) void
setStart
(OffsetDateTime start) Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKey
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Field Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPADelegation
public JPADelegation()
-
-
Method Details
-
getDelegating
- Specified by:
getDelegating
in interfaceDelegation
-
setDelegating
- Specified by:
setDelegating
in interfaceDelegation
-
getDelegated
- Specified by:
getDelegated
in interfaceDelegation
-
setDelegated
- Specified by:
setDelegated
in interfaceDelegation
-
getStart
- Specified by:
getStart
in interfaceDelegation
-
setStart
- Specified by:
setStart
in interfaceDelegation
-
getEnd
- Specified by:
getEnd
in interfaceDelegation
-
setEnd
- Specified by:
setEnd
in interfaceDelegation
-
add
- Specified by:
add
in interfaceDelegation
-
getRoles
- Specified by:
getRoles
in interfaceDelegation
-