Interface LinkedAccount
- All Superinterfaces:
Account,Attributable,Entity,Serializable
- All Known Implementing Classes:
DeletingLinkedAccount,JPALinkedAccount,Neo4jLinkedAccount
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Method Summary
Modifier and TypeMethodDescriptiongetOwner()voidsetConnObjectKeyValue(String connObjectKeyValue) voidvoidsetResource(ExternalResource resource) Methods inherited from interface org.apache.syncope.core.persistence.api.entity.user.Account
canDecodeSecrets, getCipherAlgorithm, getPassword, getUsername, isSuspended, setCipherAlgorithm, setEncodedPassword, setPassword, setSuspended, setUsernameMethods inherited from interface org.apache.syncope.core.persistence.api.entity.Attributable
add, getPlainAttr, getPlainAttrs, remove
-
Method Details
-
getConnObjectKeyValue
String getConnObjectKeyValue() -
setConnObjectKeyValue
-
getOwner
User getOwner() -
setOwner
-
getResource
ExternalResource getResource() -
setResource
-