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:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringTABLE- 
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntityLOG
 - 
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.EntityEMAIL_PATTERN, ID_PATTERN, ID_REGEX
 
- 
 - 
Constructor SummaryConstructors Constructor Description JPADelegation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(Role role)UsergetDelegated()UsergetDelegating()OffsetDateTimegetEnd()Set<? extends Role>getRoles()OffsetDateTimegetStart()voidsetDelegated(User delegated)voidsetDelegating(User delegating)voidsetEnd(OffsetDateTime end)voidsetStart(OffsetDateTime start)- 
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntitygetKey, setKey
 - 
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntitycheckImplementationType, checkType, equals, hashCode, toString
 
- 
 
- 
- 
- 
Field Detail- 
TABLEpublic static final String TABLE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getDelegatingpublic User getDelegating() - Specified by:
- getDelegatingin interface- Delegation
 
 - 
setDelegatingpublic void setDelegating(User delegating) - Specified by:
- setDelegatingin interface- Delegation
 
 - 
getDelegatedpublic User getDelegated() - Specified by:
- getDelegatedin interface- Delegation
 
 - 
setDelegatedpublic void setDelegated(User delegated) - Specified by:
- setDelegatedin interface- Delegation
 
 - 
getStartpublic OffsetDateTime getStart() - Specified by:
- getStartin interface- Delegation
 
 - 
setStartpublic void setStart(OffsetDateTime start) - Specified by:
- setStartin interface- Delegation
 
 - 
getEndpublic OffsetDateTime getEnd() - Specified by:
- getEndin interface- Delegation
 
 - 
setEndpublic void setEnd(OffsetDateTime end) - Specified by:
- setEndin interface- Delegation
 
 - 
addpublic boolean add(Role role) - Specified by:
- addin interface- Delegation
 
 - 
getRolespublic Set<? extends Role> getRoles() - Specified by:
- getRolesin interface- Delegation
 
 
- 
 
-