Package de.xima.fc.api.entity
Class MandantLdapDataAPI
- java.lang.Object
 - 
- de.xima.fc.api.ASubAPI
 - 
- de.xima.fc.api.entity.AEntityAPI<MandantLdapData>
 - 
- de.xima.fc.api.entity.MandantLdapDataAPI
 
 
 
 
- 
@Deprecated public class MandantLdapDataAPI extends AEntityAPI<MandantLdapData>
Deprecated.since version 8.0.0 UseLDAPZugrifffor client scoped LDAP connections instead. 
- 
- 
Field Summary
- 
Fields inherited from class de.xima.fc.api.entity.AEntityAPI
entityClass 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MandantLdapDataAPI()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description MandantLdapDatagetByClient(UserContext uc, Mandant mandant)Deprecated.Method deliver the LDAP data for a client.- 
Methods inherited from class de.xima.fc.api.entity.AEntityAPI
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getEntityRefs, getPagedResult, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, update 
- 
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getByClient
public MandantLdapData getByClient(UserContext uc, Mandant mandant)
Deprecated.Method deliver the LDAP data for a client.- Parameters:
 uc-UserContextthe user context in which the action is to be performed.mandant-Mandantthe client where the data are associated.- Returns:
 MandantLdapDatathe LDAP data for a client.
 
 - 
 
 -