Uses of Class
org.openiam.idm.srvc.auth.domain.AuthStateEntity
-
-
Uses of AuthStateEntity in org.openiam.base.request
Constructors in org.openiam.base.request with parameters of type AuthStateEntity Constructor Description AuthStateCrudServiceRequest(AuthStateEntity authStateEntity) -
Uses of AuthStateEntity in org.openiam.base.response
Methods in org.openiam.base.response that return types with arguments of type AuthStateEntity Modifier and Type Method Description List<AuthStateEntity>AuthStateListResponse. getAuthStateList()Method parameters in org.openiam.base.response with type arguments of type AuthStateEntity Modifier and Type Method Description voidAuthStateListResponse. setAuthStateList(List<AuthStateEntity> authStateList) -
Uses of AuthStateEntity in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type AuthStateEntity Modifier and Type Method Description List<AuthStateEntity>AuthenticationServiceService. findBeans(AuthStateSearchBean searchBean, int from, int size)Methods in org.openiam.esb.core.service with parameters of type AuthStateEntity Modifier and Type Method Description voidAuthenticationServiceService. save(AuthStateEntity entity) -
Uses of AuthStateEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type AuthStateEntity Modifier and Type Method Description List<AuthStateEntity>AuthenticationServiceImpl. findBeans(AuthStateSearchBean searchBean, int from, int size)Methods in org.openiam.esb.core.service.impl with parameters of type AuthStateEntity Modifier and Type Method Description voidAuthenticationServiceImpl. save(AuthStateEntity entity) -
Uses of AuthStateEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return AuthStateEntity Modifier and Type Method Description AuthStateEntityAuthStateRepository. findFirstByUserId(String userId)use instead of findOne b/c PK is @EmbeddedId -
Uses of AuthStateEntity in org.openiam.esb.repository.custom
Methods in org.openiam.esb.repository.custom that return types with arguments of type AuthStateEntity Modifier and Type Method Description org.springframework.data.domain.Page<AuthStateEntity>AuthStateRepositoryCustom. find(AuthStateSearchBean searchBean, org.springframework.data.domain.Pageable pageable)find by search bean -
Uses of AuthStateEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type AuthStateEntity Modifier and Type Method Description org.springframework.data.domain.Page<AuthStateEntity>AuthStateRepositoryImpl. find(AuthStateSearchBean sb, org.springframework.data.domain.Pageable pageable)protected org.springframework.data.jpa.domain.Specification<AuthStateEntity>AuthStateRepositoryImpl. gt(String propertyName, Date value)protected org.springframework.data.jpa.domain.Specification<AuthStateEntity>AuthStateRepositoryImpl. lt(String propertyName, Date value)protected org.springframework.data.jpa.domain.Specification<AuthStateEntity>AuthStateRepositoryImpl. stringEquals(String propertyName, String value) -
Uses of AuthStateEntity in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return types with arguments of type AuthStateEntity Modifier and Type Method Description List<AuthStateEntity>AuthenticationService. findBeans(AuthStateSearchBean searchBean, int from, int size)List<AuthStateEntity>AuthenticationWebServiceImpl. findBeans(AuthStateSearchBean searchBean, int from, int size)Methods in org.openiam.srvc.am with parameters of type AuthStateEntity Modifier and Type Method Description ResponseAuthenticationService. save(AuthStateEntity entity)ResponseAuthenticationWebServiceImpl. save(AuthStateEntity entity)
-