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
FieldsFields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEnd()getRoles()getStart()voidsetDelegated(User delegated) voidsetDelegating(User delegating) voidsetEnd(OffsetDateTime end) voidsetStart(OffsetDateTime start) Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKeyMethods 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:
getDelegatingin interfaceDelegation
-
setDelegating
- Specified by:
setDelegatingin interfaceDelegation
-
getDelegated
- Specified by:
getDelegatedin interfaceDelegation
-
setDelegated
- Specified by:
setDelegatedin interfaceDelegation
-
getStart
- Specified by:
getStartin interfaceDelegation
-
setStart
- Specified by:
setStartin interfaceDelegation
-
getEnd
- Specified by:
getEndin interfaceDelegation
-
setEnd
- Specified by:
setEndin interfaceDelegation
-
add
- Specified by:
addin interfaceDelegation
-
getRoles
- Specified by:
getRolesin interfaceDelegation
-