Uses of Class
org.apache.syncope.common.lib.to.LinkedAccountTO
-
Packages that use LinkedAccountTO Package Description org.apache.syncope.common.lib org.apache.syncope.common.lib.request org.apache.syncope.common.lib.to -
-
Uses of LinkedAccountTO in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return types with arguments of type LinkedAccountTO Modifier and Type Method Description static Map<org.apache.commons.lang3.tuple.Pair<String,String>,LinkedAccountTO>EntityTOUtils. buildLinkedAccountMap(Collection<LinkedAccountTO> accounts)Method parameters in org.apache.syncope.common.lib with type arguments of type LinkedAccountTO Modifier and Type Method Description static Map<org.apache.commons.lang3.tuple.Pair<String,String>,LinkedAccountTO>EntityTOUtils. buildLinkedAccountMap(Collection<LinkedAccountTO> accounts) -
Uses of LinkedAccountTO in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return LinkedAccountTO Modifier and Type Method Description LinkedAccountTOLinkedAccountUR. getLinkedAccountTO()Methods in org.apache.syncope.common.lib.request that return types with arguments of type LinkedAccountTO Modifier and Type Method Description List<LinkedAccountTO>UserCR. getLinkedAccounts()Methods in org.apache.syncope.common.lib.request with parameters of type LinkedAccountTO Modifier and Type Method Description UserCR.BuilderUserCR.Builder. linkedAccount(LinkedAccountTO linkedAccount)UserCR.BuilderUserCR.Builder. linkedAccounts(LinkedAccountTO... linkedAccounts)LinkedAccountUR.BuilderLinkedAccountUR.Builder. linkedAccountTO(LinkedAccountTO linkedAccountTO)voidLinkedAccountUR. setLinkedAccountTO(LinkedAccountTO linkedAccountTO)Method parameters in org.apache.syncope.common.lib.request with type arguments of type LinkedAccountTO Modifier and Type Method Description UserCR.BuilderUserCR.Builder. linkedAccounts(Collection<LinkedAccountTO> linkedAccounts) -
Uses of LinkedAccountTO in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return LinkedAccountTO Modifier and Type Method Description LinkedAccountTOLinkedAccountTO.Builder. build()Methods in org.apache.syncope.common.lib.to that return types with arguments of type LinkedAccountTO Modifier and Type Method Description List<LinkedAccountTO>UserTO. getLinkedAccounts()
-