Searched refs:toUserIdentificationResponse (Results 1 – 3 of 3) sorted by relevance
452 () -> UserHalHelper.toUserIdentificationResponse(null)); in testToUserIdentificationResponse_null()460 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidPropType()471 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidSize()481 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidRequest()497 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidType()513 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidValue()534 UserIdentificationResponse response = UserHalHelper.toUserIdentificationResponse(prop); in testToUserIdentificationResponse_ok()
590 response = UserHalHelper.toUserIdentificationResponse(responseAsPropValue); in getUserAssociation()708 response = UserHalHelper.toUserIdentificationResponse(value); in handleOnUserIdentificationAssociation()
299 public static UserIdentificationResponse toUserIdentificationResponse(HalPropValue prop) { in toUserIdentificationResponse() method in UserHalHelper