Interface LinkedAccount
-
- All Superinterfaces:
Account,Attributable<LAPlainAttr>,Entity,Serializable
- All Known Implementing Classes:
DeletingLinkedAccount,JPAJSONLinkedAccount,JPALinkedAccount
public interface LinkedAccount extends Account, Attributable<LAPlainAttr>
-
-
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 booleanadd(Privilege privilege)StringgetConnObjectKeyValue()UsergetOwner()Set<? extends Privilege>getPrivileges()ExternalResourcegetResource()voidsetConnObjectKeyValue(String connObjectKeyValue)voidsetOwner(User owner)voidsetResource(ExternalResource resource)-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.user.Account
canDecodeSecrets, getCipherAlgorithm, getPassword, getUsername, isSuspended, setCipherAlgorithm, setEncodedPassword, setPassword, setSuspended, setUsername
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.Attributable
add, getPlainAttr, getPlainAttrs, remove
-
-
-
-
Method Detail
-
getConnObjectKeyValue
String getConnObjectKeyValue()
-
setConnObjectKeyValue
void setConnObjectKeyValue(String connObjectKeyValue)
-
getOwner
User getOwner()
-
setOwner
void setOwner(User owner)
-
getResource
ExternalResource getResource()
-
setResource
void setResource(ExternalResource resource)
-
add
boolean add(Privilege privilege)
-
-