Uses of Class
org.openiam.elasticsearch.model.LoginDoc
-
Packages that use LoginDoc Package Description org.openiam.elasticsearch.converter org.openiam.esb.elasticsearch.repository org.openiam.esb.elasticsearch.repository.impl -
-
Uses of LoginDoc in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return LoginDoc Modifier and Type Method Description LoginDoc
LoginDocumentToEntityConverter. convertToDocument(LoginEntity entity)
protected LoginDoc
LoginDocumentToEntityConverter. newDocument()
Methods in org.openiam.elasticsearch.converter that return types with arguments of type LoginDoc Modifier and Type Method Description Class<LoginDoc>
LoginDocumentToEntityConverter. getDocumentClass()
Methods in org.openiam.elasticsearch.converter with parameters of type LoginDoc Modifier and Type Method Description Login
LoginDocumentToEntityConverter. convertToDTO(LoginDoc doc)
LoginEntity
LoginDocumentToEntityConverter. convertToEntity(LoginDoc doc)
-
Uses of LoginDoc in org.openiam.esb.elasticsearch.repository
Methods in org.openiam.esb.elasticsearch.repository that return LoginDoc Modifier and Type Method Description LoginDoc
LoginElasticSearchRepository. findFirstByUserIdAndManagedSysId(String userId, String managedSysId)
Methods in org.openiam.esb.elasticsearch.repository that return types with arguments of type LoginDoc Modifier and Type Method Description List<LoginDoc>
LoginElasticSearchRepository. findByUserId(String userId)
List<LoginDoc>
LoginElasticSearchRepository. findByUserIdAndManagedSysId(String userId, String managedSysId)
default Class<LoginDoc>
LoginElasticSearchRepository. getDocumentClass()
-
Uses of LoginDoc in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl that return types with arguments of type LoginDoc Modifier and Type Method Description Class<LoginDoc>
LoginElasticSearchRepositoryImpl. getDocumentClass()
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type LoginDoc Modifier and Type Method Description void
LoginElasticSearchRepositoryImpl. prepare(LoginDoc entity)
-